Skip to content

Commit 9853d03

Browse files
committed
Disable proxy buffering in nginx example template
Fixes #7
1 parent 4c05b55 commit 9853d03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/nginx.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ server {
1616
gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;
1717

1818
server_name {{ $host }};
19+
proxy_buffering off;
1920

2021
location / {
2122
proxy_pass http://{{ $host }};

0 commit comments

Comments
 (0)