From 8cc5757cef6c1f468e77e915ea9f9483fecb21c6 Mon Sep 17 00:00:00 2001 From: dragondaddy Date: Fri, 28 Jul 2023 09:41:54 +0200 Subject: [PATCH] add fastcgi_read_timeout see if it fixes 504 on import --- conf/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index 77fe6f9..b687a82 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -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