Skip to content

Commit 1a98365

Browse files
author
xialj
committed
proxy_set_header Host is not useful in proxy_host.conf,it should be modify in conf.d/include/proxy.conf
1 parent 145fe2d commit 1a98365

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/templates/proxy_host.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ proxy_http_version 1.1;
3636
{% if allow_websocket_upgrade == 1 or allow_websocket_upgrade == true %}
3737
proxy_set_header Upgrade $http_upgrade;
3838
proxy_set_header Connection $http_connection;
39-
proxy_set_header Host $http_host;
4039
proxy_http_version 1.1;
4140
{% endif %}
4241

0 commit comments

Comments
 (0)