Open Hanarion opened 4 years ago
Describe the bug
To Reproduce Steps to reproduce the behavior:
Expected behavior Working websocket
Solution Change code of include/proxy.conf to :
include/proxy.conf
add_header X-Served-By $http_host; proxy_set_header Host $http_host; proxy_set_header X-Forwarded-Scheme $scheme; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Forwarded-For $remote_addr; proxy_pass $forward_scheme://$server:$port;
$host is changed to $http_host in order to fix that problem
I think this issue is still ongoing?
I´m also looking forward to have a fix for this. My Websocket is on port 8080....
Issue is now considered stale. If you want to keep it open, please comment :+1:
Describe the bug
To Reproduce Steps to reproduce the behavior:
Expected behavior Working websocket
Solution Change code of
include/proxy.conf
to :$host is changed to $http_host in order to fix that problem