mirror of
https://github.com/YunoHost-Apps/streams_ynh.git
synced 2024-09-03 20:26:20 +02:00
add fastcgi_read_timeout see if it fixes 504 on import
This commit is contained in:
parent
899fc67a69
commit
8cc5757cef
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ location __PATH__/ {
|
|||
fastcgi_index index.php;
|
||||
include fastcgi_params;
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||
fastcgi_read_timeout 300;
|
||||
}
|
||||
|
||||
# make sure webfinger and other well known services aren't blocked
|
||||
|
|
Loading…
Add table
Reference in a new issue