Merge pull request #4005 from Shopify/proxy-next-upstream-timeout
Support proxy_next_upstream_timeout
This commit is contained in:
commit
34734edc6e
9 changed files with 113 additions and 60 deletions
|
|
@ -1239,6 +1239,7 @@ stream {
|
|||
|
||||
# In case of errors try the next upstream server before returning an error
|
||||
proxy_next_upstream {{ buildNextUpstream $location.Proxy.NextUpstream $all.Cfg.RetryNonIdempotent }};
|
||||
proxy_next_upstream_timeout {{ $location.Proxy.NextUpstreamTimeout }};
|
||||
proxy_next_upstream_tries {{ $location.Proxy.NextUpstreamTries }};
|
||||
|
||||
{{/* Add any additional configuration defined */}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue