services/nextcloud: fix downloads >1GB

should also gernerally improve performance when large(r) amounts of data
are exchanged
keep-around/277d4a1fa75f9ecd789296614bb51d49cb361273
schweby 2021-11-22 20:50:55 +01:00
parent 668a3fa4ee
commit 277d4a1fa7
1 changed files with 4 additions and 0 deletions

View File

@ -133,6 +133,10 @@
locations."/".proxyPass = "http://${config.containers.nextcloud.localAddress}:80";
enableACME = true;
forceSSL = true;
extraConfig = ''
proxy_buffering off;
client_max_body_size 0;
'';
};
}