feat: configurable proxy buffer number
This commit is contained in:
parent
d74dea7585
commit
c92d29d462
8 changed files with 29 additions and 4 deletions
|
|
@ -887,6 +887,7 @@ func (n *NGINXController) createServers(data []*ingress.Ingress,
|
|||
ConnectTimeout: bdef.ProxyConnectTimeout,
|
||||
SendTimeout: bdef.ProxySendTimeout,
|
||||
ReadTimeout: bdef.ProxyReadTimeout,
|
||||
BufferNumber: bdef.ProxyBufferNumber,
|
||||
BufferSize: bdef.ProxyBufferSize,
|
||||
CookieDomain: bdef.ProxyCookieDomain,
|
||||
CookiePath: bdef.ProxyCookiePath,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue