summaryrefslogtreecommitdiff
path: root/ansible/plays/templates/nginx/malabaricus/snippets/nextcloud.conf
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/plays/templates/nginx/malabaricus/snippets/nextcloud.conf')
-rw-r--r--ansible/plays/templates/nginx/malabaricus/snippets/nextcloud.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/ansible/plays/templates/nginx/malabaricus/snippets/nextcloud.conf b/ansible/plays/templates/nginx/malabaricus/snippets/nextcloud.conf
index 16c7d0b..c2a5b8c 100644
--- a/ansible/plays/templates/nginx/malabaricus/snippets/nextcloud.conf
+++ b/ansible/plays/templates/nginx/malabaricus/snippets/nextcloud.conf
@@ -24,8 +24,9 @@ location ~ ^/.well-known/acme-challenge {
}
# set max upload size
-client_max_body_size 512M;
+client_max_body_size 10G;
fastcgi_buffers 64 4K;
+fastcgi_read_timeout 3600;
# Enable gzip but do not remove ETag headers
gzip on;