fix(koi): sftpgo max body size

This commit is contained in:
alina 🌸 2024-10-26 19:43:18 +03:00
parent 33ff45d020
commit cdce95c132
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI

View file

@ -61,6 +61,10 @@ in {
forceSSL = true; forceSSL = true;
useACMEHost = "stupid.fish"; useACMEHost = "stupid.fish";
extraConfig = ''
client_max_body_size 25G;
'';
locations."/" = { locations."/" = {
proxyPass = "http://sftpgo.docker:8080$request_uri"; proxyPass = "http://sftpgo.docker:8080$request_uri";
proxyWebsockets = true; proxyWebsockets = true;