1
0
Fork 0
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:
dragondaddy 2023-07-28 09:41:54 +02:00
parent 899fc67a69
commit 8cc5757cef

View file

@ -20,6 +20,7 @@ location __PATH__/ {
fastcgi_index index.php; fastcgi_index index.php;
include fastcgi_params; include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_read_timeout 300;
} }
# make sure webfinger and other well known services aren't blocked # make sure webfinger and other well known services aren't blocked