Merge pull request #2 from jwilder/jw-proxy-fix
Disable proxy buffering
This commit is contained in:
commit
92be4fa1ca
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ server {
|
||||||
gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;
|
gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;
|
||||||
|
|
||||||
server_name {{ $host }};
|
server_name {{ $host }};
|
||||||
|
proxy_buffering off;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://{{ $host }};
|
proxy_pass http://{{ $host }};
|
||||||
|
|
Reference in a new issue