mirror of
https://github.com/YunoHost-Apps/jirafeau_ynh.git
synced 2024-09-03 19:35:53 +02:00
Merge pull request #29 from JimboJoe/patch-1
Extend several timeouts for very large files
This commit is contained in:
commit
f3cacf050c
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ location YNH_WWW_LOCATION {
|
||||||
rewrite ^ https://$server_name$request_uri? permanent;
|
rewrite ^ https://$server_name$request_uri? permanent;
|
||||||
}
|
}
|
||||||
client_max_body_size 10G;
|
client_max_body_size 10G;
|
||||||
|
client_body_timeout 30m;
|
||||||
|
proxy_read_timeout 30m;
|
||||||
index index.php;
|
index index.php;
|
||||||
try_files $uri $uri/ index.php;
|
try_files $uri $uri/ index.php;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue