Merge pull request #2423 from diazjf/fix-2074
Resolves issue with proxy-redirect nginx configuration
This commit is contained in:
commit
aa256ac887
6 changed files with 179 additions and 7 deletions
|
|
@ -604,6 +604,7 @@ func NewDefault() Configuration {
|
|||
ProxyNextUpstreamTries: 0,
|
||||
ProxyRequestBuffering: "on",
|
||||
ProxyRedirectFrom: "off",
|
||||
ProxyRedirectTo: "off",
|
||||
SSLRedirect: true,
|
||||
CustomHTTPErrors: []int{},
|
||||
WhitelistSourceRange: []string{},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue