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
|
|
@ -548,6 +548,7 @@ func NewDefault() Configuration {
|
|||
SkipAccessLogURLs: []string{},
|
||||
LimitRate: 0,
|
||||
LimitRateAfter: 0,
|
||||
ProxyBuffering: "off",
|
||||
},
|
||||
UpstreamKeepaliveConnections: 32,
|
||||
LimitConnZoneVariable: defaultLimitConnZoneVariable,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue