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