nginx/proxy: allow specifying next upstream behaviour
This commit is contained in:
parent
1468fcb1aa
commit
5503e8d0e9
8 changed files with 47 additions and 4 deletions
|
|
@ -354,6 +354,7 @@ func NewDefault() Configuration {
|
|||
ProxyBufferSize: "4k",
|
||||
ProxyCookieDomain: "off",
|
||||
ProxyCookiePath: "off",
|
||||
ProxyNextUpstream: "error timeout invalid_header http_502 http_503 http_504",
|
||||
SSLRedirect: true,
|
||||
CustomHTTPErrors: []int{},
|
||||
WhitelistSourceRange: []string{},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue