We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c05b55 commit 9853d03Copy full SHA for 9853d03
templates/nginx.tmpl
@@ -16,6 +16,7 @@ server {
16
gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;
17
18
server_name {{ $host }};
19
+ proxy_buffering off;
20
21
location / {
22
proxy_pass http://{{ $host }};
0 commit comments