Config/Annotations: Add proxy-busy-buffers-size. (#12433)
This commit is contained in:
parent
5ae018e5df
commit
d1dc3e827f
10 changed files with 59 additions and 0 deletions
|
|
@ -69,6 +69,11 @@ type Backend struct {
|
|||
// http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_buffer_size)
|
||||
ProxyBufferSize string `json:"proxy-buffer-size"`
|
||||
|
||||
// Limits the total size of buffers that can be busy sending a response to the client while
|
||||
// the response is not yet fully read.
|
||||
// http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_busy_buffers_size
|
||||
ProxyBusyBuffersSize string `json:"proxy-busy-buffers-size"`
|
||||
|
||||
// Sets a text that should be changed in the path attribute of the “Set-Cookie” header fields of
|
||||
// a proxied server response.
|
||||
// http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_cookie_path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue