Upstream timed out (110: Connection timed out) while reading response header from upstr

I have nginx running in front of apache2/mod_wsgi and I’m not sure how
to resolve this error:

upstream timed out (110: Connection timed out) while reading response
header from upstream

any ideas on where to start?

J

On Tue, Dec 15, 2009 at 10:02 PM, neridaj [email protected] wrote:


nginx mailing list
[email protected]
http://nginx.org/mailman/listinfo/nginx

Hello,

You might want to check out proxy_read_timeout:
http://wiki.nginx.org/NginxHttpProxyModule#proxy_read_timeout

Thanks,
Merlin