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:
parent
54a4fc6c9b
commit
927d1d0a87
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue