1
0
Fork 0
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:
JimboJoe 2017-03-19 18:20:57 +01:00 committed by GitHub
commit f3cacf050c

View file

@ -4,6 +4,8 @@ location YNH_WWW_LOCATION {
rewrite ^ https://$server_name$request_uri? permanent;
}
client_max_body_size 10G;
client_body_timeout 30m;
proxy_read_timeout 30m;
index index.php;
try_files $uri $uri/ index.php;