fix(koi): sftpgo max body size
This commit is contained in:
parent
33ff45d020
commit
cdce95c132
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue