mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
ensure that the original http_host gets passed in the proxy to the app
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user