1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

Extend timeouts (for Gallery plugin at least)

This commit is contained in:
Jimmy Monin 2017-12-14 11:37:40 +01:00
parent 3dcf602d11
commit 2c92e58014

View file

@ -24,6 +24,11 @@ location ^~ __PATH__ {
client_max_body_size 10G; client_max_body_size 10G;
fastcgi_buffers 64 4K; fastcgi_buffers 64 4K;
# Extend timeouts
client_body_timeout 60m;
proxy_read_timeout 60m;
fastcgi_read_timeout 60m;
# Disable gzip to avoid the removal of the ETag header # Disable gzip to avoid the removal of the ETag header
gzip off; gzip off;