Disable proxy buffering

For #1
This commit is contained in:
Jason Wilder 2014-05-07 13:46:28 -06:00
parent 3d25e3da57
commit 11faa5f240

View file

@ -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;
server_name {{ $host }};
proxy_buffering off;
location / {
proxy_pass http://{{ $host }};