mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Add client_body_timeout
This commit is contained in:
parent
e15f3bcc09
commit
39f2aff266
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ location ^~ __PATH__/ {
|
|||
|
||||
# Set max upload size
|
||||
client_max_body_size 10G;
|
||||
client_body_timeout 300s;
|
||||
fastcgi_buffers 64 4K;
|
||||
|
||||
# Enable gzip but do not remove ETag headers
|
||||
|
|
Loading…
Add table
Reference in a new issue