Loading CHANGELOG.md +4 −0 Original line number Diff line number Diff line # `nginx-sidecar` changelog ## 0.3.5 - Increase the size of the buffer that stores the response headers to 8K. ## 0.3.4 - Add `$upstream_status` to the nginx access log line Loading VERSION +1 −1 Original line number Diff line number Diff line 0.3.4 0.3.5 nginx.conf.template +3 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,9 @@ http { proxy_redirect off; # disable nginx redirect-rewrite logic proxy_pass http://app:<APP_PORT>; # The size of the buffer that stores the response headers proxy_buffer_size 8k; } } } Loading
CHANGELOG.md +4 −0 Original line number Diff line number Diff line # `nginx-sidecar` changelog ## 0.3.5 - Increase the size of the buffer that stores the response headers to 8K. ## 0.3.4 - Add `$upstream_status` to the nginx access log line Loading
nginx.conf.template +3 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,9 @@ http { proxy_redirect off; # disable nginx redirect-rewrite logic proxy_pass http://app:<APP_PORT>; # The size of the buffer that stores the response headers proxy_buffer_size 8k; } } }