Add options to enable large up-/downloads on Nextcloud

This commit is contained in:
Andreas Zweili 2022-06-27 18:14:52 +02:00
parent 09ed1adf31
commit 28f2c2d6ff
1 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,10 @@
# This might create errors
proxy_cookie_path / "/; secure; HttpOnly; SameSite=strict";
# Required for large downloads
proxy_buffering off;
client_max_body_size 20G;
'';
virtualHosts."nextcloud.2li.ch" = {
enableACME = true;