From b103e6d49aade658ebeabe8c21ef172b8bd72202 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 2 Aug 2020 20:39:27 +0200 Subject: nextcloud: Adding cron timer. --- ansible/plays/templates/nginx/malabaricus/snippets/nextcloud.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ansible/plays/templates/nginx') 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; -- cgit v1.2.3