Allow customisation of the nginx proxy_buffer_size directive via ConfigMap

This commit is contained in:
Vy-Shane Xie 2016-09-15 23:14:16 +08:00
parent fbff29d1ec
commit ae1c4503b3
3 changed files with 10 additions and 0 deletions

View file

@ -252,6 +252,7 @@ http {
proxy_redirect off;
proxy_buffering off;
proxy_buffer_size {{ $cfg.proxyBufferSize }};
proxy_http_version 1.1;