We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f00fe27 commit fb1e4bdCopy full SHA for fb1e4bd
backend/templates/proxy_host.conf
@@ -56,7 +56,7 @@ proxy_http_version 1.1;
56
{% if allow_websocket_upgrade == 1 or allow_websocket_upgrade == true %}
57
proxy_set_header Upgrade $http_upgrade;
58
proxy_set_header Connection $http_connection;
59
- proxy_set_header Host $host:$server_port;
+ proxy_set_header Host $http_host;
60
proxy_http_version 1.1;
61
{% endif %}
62
0 commit comments