Fix proxy request buffering default configuration
This commit is contained in:
parent
05eb759285
commit
99e0ce231e
1 changed files with 9 additions and 8 deletions
|
@ -1086,6 +1086,7 @@ func (ic *GenericController) createServers(data []interface{},
|
||||||
CookieDomain: bdef.ProxyCookieDomain,
|
CookieDomain: bdef.ProxyCookieDomain,
|
||||||
CookiePath: bdef.ProxyCookiePath,
|
CookiePath: bdef.ProxyCookiePath,
|
||||||
NextUpstream: bdef.ProxyNextUpstream,
|
NextUpstream: bdef.ProxyNextUpstream,
|
||||||
|
RequestBuffering: bdef.ProxyRequestBuffering,
|
||||||
}
|
}
|
||||||
|
|
||||||
defaultPemFileName := fakeCertificatePath
|
defaultPemFileName := fakeCertificatePath
|
||||||
|
|
Loading…
Reference in a new issue