Allow larger files on octoprint

This commit is contained in:
Daniel Poelzleithner 2021-01-06 17:02:15 +01:00
parent 873a957e52
commit 696181c97d
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ in
extraConfig = ''
proxy_set_header X-Scheme $scheme;
proxy_set_header Accept-Encoding identity;
client_max_body_size 200M;
'';
};
};