Add support to enable/disable proxy buffering (#1998)
* Enable proxy buffering using configmap and annotation * add documentation
This commit is contained in:
parent
86889532aa
commit
b020686599
8 changed files with 41 additions and 2 deletions
|
|
@ -138,4 +138,8 @@ type Backend struct {
|
|||
// Sets the initial amount after which the further transmission of a response to a client will be rate limited.
|
||||
// http://nginx.org/en/docs/http/ngx_http_core_module.html#limit_rate_after
|
||||
LimitRateAfter int `json:"limit-rate-after"`
|
||||
|
||||
// Enables or disables buffering of responses from the proxied server.
|
||||
// http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_buffering
|
||||
ProxyBuffering string `json:"proxy-buffering"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue