Remove all uses of

proxy_set_header Connection "upgrade"
This commit is contained in:
Nicholas Ghobrial
2019-07-13 01:18:29 -04:00
parent abf7addaa6
commit 05bdda036f
2 changed files with 2 additions and 2 deletions

View File

@@ -139,7 +139,7 @@ server {
proxy_pass http://{{ .APP }};
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header Connection $http_connection;
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-Proto $http_x_forwarded_proto;
proxy_set_header X-Forwarded-For $http_x_forwarded_for;