Quantcast
Channel: Nginx Forum
Viewing all articles
Browse latest Browse all 53287

Re: proxy_read_timeout for an apache location?

$
0
0
>> 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

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Viewing all articles
Browse latest Browse all 53287

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>