diff --git a/murex.nix b/murex.nix index dc2ceaa..db95611 100644 --- a/murex.nix +++ b/murex.nix @@ -134,6 +134,7 @@ extraConfig = '' proxy_cache off; proxy_set_header Accept-Encoding "*"; + client_max_body_size 50M; ''; }; locations."/webcam/".proxyPass = "http://localhost:5050/?action=stream";