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:
parent
3dcf602d11
commit
2c92e58014
1 changed files with 6 additions and 1 deletions
|
@ -23,7 +23,12 @@ location ^~ __PATH__ {
|
||||||
# Set max upload size
|
# Set max upload size
|
||||||
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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue