Skip to content

Commit 1440e12

Browse files
authored
Merge pull request #21 from frost-nzcr4/patch-1
Fix typo
2 parents 81f8200 + 44f9ab6 commit 1440e12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fastcgi.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
44
include fastcgi_params;
55
fastcgi_buffers 256 4k;
66
fastcgi_intercept_errors on;
7-
## allow 4 hrs - pass timeout responsibility to upstrea
8-
fastcgi_read_timeout 14400;
9-
fastcgi_index index.php;
7+
## allow 4 hrs - pass timeout responsibility to upstream
8+
fastcgi_read_timeout 14400;
9+
fastcgi_index index.php;

0 commit comments

Comments
 (0)