diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2020-08-02 20:39:27 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2020-08-02 20:39:27 +0200 |
commit | b103e6d49aade658ebeabe8c21ef172b8bd72202 (patch) | |
tree | f220942250c4930e46d118215b632b0e0f39486d /ansible/plays/templates/nginx/malabaricus/snippets | |
parent | 8fea7006f4c9f83088648c5711e26bea7c23a1a1 (diff) | |
download | infra-b103e6d49aade658ebeabe8c21ef172b8bd72202.tar.gz infra-b103e6d49aade658ebeabe8c21ef172b8bd72202.tar.bz2 infra-b103e6d49aade658ebeabe8c21ef172b8bd72202.tar.xz infra-b103e6d49aade658ebeabe8c21ef172b8bd72202.zip |
nextcloud: Adding cron timer.
Diffstat (limited to 'ansible/plays/templates/nginx/malabaricus/snippets')
-rw-r--r-- | ansible/plays/templates/nginx/malabaricus/snippets/nextcloud.conf | 3 |
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; |