You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Q: My program often has the following error that causes the entire program to be 504 wrong, how should I deal with it
[error] 1046#1046: *2094 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 192.168.17.1, server: localhost, request: "GET /update HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.17.128"
The text was updated successfully, but these errors were encountered:
You will need to increase the timeout of your web server. It will depend on your web server. For example, with nginx, you would need to set fastcgi_read_timeout.
Testing it locally, it does not seem to help alone, as PHP, as well as both Apache and nginx buffer the response by default. I have opened #1430 with a more complete fix.
Q: My program often has the following error that causes the entire program to be 504 wrong, how should I deal with it
[error] 1046#1046: *2094 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 192.168.17.1, server: localhost, request: "GET /update HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "192.168.17.128"
The text was updated successfully, but these errors were encountered: