This commit is contained in:
Nicholas Ghobrial
2019-07-13 01:25:55 -04:00
parent 05bdda036f
commit dfda7d63f4

View File

@@ -312,7 +312,7 @@ server {
proxy_pass http://{{ $.APP }}-{{ \$upstream_port }};
proxy_http_version 1.1;
proxy_set_header Upgrade \$http_upgrade;
proxy_set_header Connection $http_connection;
proxy_set_header Connection \$http_connection;
proxy_set_header Host \$http_host;
proxy_set_header X-Forwarded-Proto \$scheme;
proxy_set_header X-Forwarded-For \$remote_addr;