module-nginx/templates/vhost/vhost_location_proxy.erb
Christian G. Warden 942c659fd0 Add per-location proxy read timeout parameter
Add a proxy_read_timeout parameter to set the read timeout setting
per-location.  The parameter can also be passed when declaring a vhost,
in which case it will apply to the root location.
2012-01-30 11:14:57 -08:00

5 lines
113 B
Text

location <%= location %> {
proxy_pass <%= proxy %>;
proxy_read_timeout <%= proxy_read_timeout %>;
}