Merge pull request #71 from ekristen/master

Fixes http host header
This commit is contained in:
Jeff Lindsay
2013-07-04 22:29:22 -07:00

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