nginx-kit/fastcgi/timeout-300.conf
2026-06-09 14:41:15 +08:00

8 lines
301 B
Text

# 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;