fix: rename proxy-buffer-number to proxy-buffers-number
This commit is contained in:
parent
81e4440bdb
commit
dc63e5d185
10 changed files with 28 additions and 28 deletions
|
|
@ -887,7 +887,7 @@ func (n *NGINXController) createServers(data []*ingress.Ingress,
|
|||
ConnectTimeout: bdef.ProxyConnectTimeout,
|
||||
SendTimeout: bdef.ProxySendTimeout,
|
||||
ReadTimeout: bdef.ProxyReadTimeout,
|
||||
BufferNumber: bdef.ProxyBufferNumber,
|
||||
BuffersNumber: bdef.ProxyBuffersNumber,
|
||||
BufferSize: bdef.ProxyBufferSize,
|
||||
CookieDomain: bdef.ProxyCookieDomain,
|
||||
CookiePath: bdef.ProxyCookiePath,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue