proxy_read_timeout for an apache location?

Grant emailgrant at gmail.com
Fri Mar 8 17:49:39 UTC 2013


>> Can I set proxy_read_timeout for only a particular location which is
>> passed to apache?
>>
>
> http://wiki.nginx.org/HttpProxyModule#proxy_read_timeout

This config causes nginx to serve the request instead of apache:

location /for-apache.html {
     proxy_read_timeout 30m;
}

Can I pass for-apache.html to apache and wait 30m for it?

- Grant



More information about the nginx mailing list