mirror of
https://github.com/YunoHost-Apps/jirafeau_ynh.git
synced 2024-09-03 19:35:53 +02:00
Extend client body timeout for very large files
As advised on Jirafeau website: https://gitlab.com/mojo42/Jirafeau#my-downloads-are-incomplete-or-my-uploads-fails (client_header_timeout can't be set at this configuration level)
This commit is contained in:
parent
8343a4e7dc
commit
b1c9f3ea8a
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ location YNH_WWW_LOCATION {
|
|||
rewrite ^ https://$server_name$request_uri? permanent;
|
||||
}
|
||||
client_max_body_size 10G;
|
||||
client_body_timeout 30m;
|
||||
index index.php;
|
||||
try_files $uri $uri/ index.php;
|
||||
|
||||
|
|
Loading…
Reference in a new issue