From d1473eaac4df13d9ac2e711330b8ba5869378d92 Mon Sep 17 00:00:00 2001 From: Aldarien Date: Tue, 8 Mar 2022 11:00:36 -0300 Subject: [PATCH] FIX: connection timeout --- nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx.conf b/nginx.conf index 8482eb6..42bb089 100644 --- a/nginx.conf +++ b/nginx.conf @@ -20,6 +20,7 @@ server { fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param SCRIPT_NAME $fastcgi_script_name; fastcgi_index index.php; + fastcgi_read_timeout 3600; fastcgi_pass php:9000; } }