From 696181c97d15344ea17ecc00a57267431094e1c0 Mon Sep 17 00:00:00 2001 From: Daniel Poelzleithner Date: Wed, 6 Jan 2021 17:02:15 +0100 Subject: [PATCH] Allow larger files on octoprint --- hosts/pulsebert/configuration.nix | 1 + 1 file changed, 1 insertion(+) 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; ''; }; };