ensure that the original http_host gets passed in the proxy to the app

This commit is contained in:
Erik
2013-07-02 10:20:29 -04:00
parent bc249ef5ac
commit a0eb48c32b

View File

@@ -14,6 +14,7 @@ server {
proxy_http_version 1.1;
proxy_set_header Upgrade \$http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header Host \$http_host;
}
}
EOF