This website requires JavaScript.
Explore
Help
Register
Sign in
opuppet
/
module-nginx
Watch
5
Star
0
Fork
You've already forked module-nginx
0
Code
Issues
Pull requests
Releases
Wiki
Activity
4aa2dd3d35
module-nginx
/
templates
/
vhost
/
vhost_location_proxy.erb
6 lines
113 B
Text
Raw
Normal View
History
Unescape
Escape
Added SuSE Support
2011-06-07 00:25:04 +02:00
location <%= location %> {
proxy_pass <%= proxy %>;
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-14 19:51:03 +01:00
proxy_read_timeout <%= proxy_read_timeout %>;
Added SuSE Support
2011-06-07 00:25:04 +02:00
}
Reference in a new issue
Copy permalink