We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81f8200 + 44f9ab6 commit 1440e12Copy full SHA for 1440e12
fastcgi.conf
@@ -4,6 +4,6 @@ fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
4
include fastcgi_params;
5
fastcgi_buffers 256 4k;
6
fastcgi_intercept_errors on;
7
-## allow 4 hrs - pass timeout responsibility to upstrea
8
-fastcgi_read_timeout 14400;
9
-fastcgi_index index.php;
+## allow 4 hrs - pass timeout responsibility to upstream
+fastcgi_read_timeout 14400;
+fastcgi_index index.php;
0 commit comments