Merge pull request #1 from kuongknight/patch-1
Remove off proxy buffering
This commit is contained in:
commit
0b6914dfb7
1 changed files with 0 additions and 1 deletions
|
@ -130,7 +130,6 @@ include /etc/nginx/proxy.conf;
|
||||||
{{ else }}
|
{{ else }}
|
||||||
# HTTP 1.1 support
|
# HTTP 1.1 support
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_buffering off;
|
|
||||||
proxy_set_header Host $http_host;
|
proxy_set_header Host $http_host;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection $proxy_connection;
|
proxy_set_header Connection $proxy_connection;
|
||||||
|
|
Loading…
Reference in a new issue