Merge pull request #364 from whereisaaron/patch-1

Fix error caused by increasing proxy_buffer_size (#363)
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-03-02 18:48:19 -03:00 committed by GitHub
commit 1822537fc6

View file

@ -331,6 +331,7 @@ http {
proxy_redirect off; proxy_redirect off;
proxy_buffering off; proxy_buffering off;
proxy_buffer_size "{{ $location.Proxy.BufferSize }}"; proxy_buffer_size "{{ $location.Proxy.BufferSize }}";
proxy_buffers 4 "{{ $location.Proxy.BufferSize }}";
proxy_http_version 1.1; proxy_http_version 1.1;