configurable proxy-request-buffering per location and fix conectTimeout -> connectTimeout

This commit is contained in:
Arno Uhlig 2017-09-01 17:43:11 +02:00
parent 18ea2f7527
commit aa191c8c9b
6 changed files with 47 additions and 19 deletions

View file

@ -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{},