configurable proxy-request-buffering per location and fix conectTimeout -> connectTimeout
This commit is contained in:
parent
18ea2f7527
commit
aa191c8c9b
6 changed files with 47 additions and 19 deletions
|
|
@ -422,6 +422,7 @@ func NewDefault() Configuration {
|
|||
ProxyCookieDomain: "off",
|
||||
ProxyCookiePath: "off",
|
||||
ProxyNextUpstream: "error timeout invalid_header http_502 http_503 http_504",
|
||||
ProxyRequestBuffering: "on",
|
||||
SSLRedirect: true,
|
||||
CustomHTTPErrors: []int{},
|
||||
WhitelistSourceRange: []string{},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue