1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bozon_ynh.git synced 2024-09-03 18:16:09 +02:00

Fix timed out sur gros fichiers #15

This commit is contained in:
ewilly 2017-03-20 19:08:15 +01:00
parent 54a4fc6c9b
commit 927d1d0a87

View file

@ -16,6 +16,8 @@ location YNH_EXAMPLE_PATH {
# Set max upload size
client_max_body_size YNH_FILE_SIZE;
client_body_timeout 30m;
proxy_read_timeout 30m;
fastcgi_buffers 64 4K;
# Disable gzip to avoid the removal of the ETag header