Explorar o código

Disable proxy buffering

For #1
Jason Wilder %!s(int64=11) %!d(string=hai) anos
pai
achega
11faa5f240
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      nginx.tmpl

+ 1 - 0
nginx.tmpl

@@ -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 }};