942c659fd0
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.
5 lines
113 B
Text
5 lines
113 B
Text
location <%= location %> {
|
|
proxy_pass <%= proxy %>;
|
|
proxy_read_timeout <%= proxy_read_timeout %>;
|
|
}
|
|
|