1
0
Fork 0
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:
Éric Gaspar 2023-10-16 22:37:11 +02:00
parent e15f3bcc09
commit 39f2aff266

View file

@ -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