This commit is contained in:
Dallas Lu 2026-06-09 14:41:15 +08:00
parent c50569d73e
commit a624163120
No known key found for this signature in database
27 changed files with 215 additions and 6 deletions

8
fastcgi/timeout-300.conf Normal file
View 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;