update
This commit is contained in:
parent
c50569d73e
commit
a624163120
27 changed files with 215 additions and 6 deletions
8
fastcgi/timeout-300.conf
Normal file
8
fastcgi/timeout-300.conf
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Match the long-running proxy timeout profile for FastCGI backends such as PHP
|
||||
# workers or app servers behind fcgiwrap.
|
||||
fastcgi_connect_timeout 300;
|
||||
fastcgi_send_timeout 300;
|
||||
fastcgi_read_timeout 300;
|
||||
|
||||
# Keep the downstream client socket aligned with the upstream timeout profile.
|
||||
send_timeout 300;
|
||||
Loading…
Add table
Add a link
Reference in a new issue