diff --git a/hosts/pulsebert/configuration.nix b/hosts/pulsebert/configuration.nix index 503a5224..f4e8cee1 100644 --- a/hosts/pulsebert/configuration.nix +++ b/hosts/pulsebert/configuration.nix @@ -145,6 +145,7 @@ in extraConfig = '' proxy_set_header X-Scheme $scheme; proxy_set_header Accept-Encoding identity; + client_max_body_size 200M; ''; }; };