mirror of
https://github.com/YunoHost-Apps/jirafeau_ynh.git
synced 2024-09-03 19:35:53 +02:00
Fix potential timeouts (fixes #44)
This commit is contained in:
parent
6d0a8de9bd
commit
f739f8e28c
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ location __PATH__/ {
|
|||
fastcgi_param REMOTE_USER $remote_user;
|
||||
fastcgi_param PATH_INFO $fastcgi_path_info;
|
||||
fastcgi_param SCRIPT_FILENAME $request_filename;
|
||||
fastcgi_read_timeout 30m;
|
||||
fastcgi_send_timeout 30m;
|
||||
}
|
||||
location ~ ^__PATH__/lib/.*\.php {
|
||||
deny all;
|
||||
|
|
Loading…
Reference in a new issue