services/nextcloud: fix downloads >1GB
should also gernerally improve performance when large(r) amounts of data are exchanged
This commit is contained in:
parent
668a3fa4ee
commit
277d4a1fa7
1 changed files with 4 additions and 0 deletions
|
@ -133,6 +133,10 @@
|
||||||
locations."/".proxyPass = "http://${config.containers.nextcloud.localAddress}:80";
|
locations."/".proxyPass = "http://${config.containers.nextcloud.localAddress}:80";
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
extraConfig = ''
|
||||||
|
proxy_buffering off;
|
||||||
|
client_max_body_size 0;
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue