Allow customisation of the nginx proxy_buffer_size directive via ConfigMap
This commit is contained in:
parent
fbff29d1ec
commit
ae1c4503b3
3 changed files with 10 additions and 0 deletions
|
|
@ -252,6 +252,7 @@ http {
|
|||
|
||||
proxy_redirect off;
|
||||
proxy_buffering off;
|
||||
proxy_buffer_size {{ $cfg.proxyBufferSize }};
|
||||
|
||||
proxy_http_version 1.1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue