We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
I think this issue is still ongoing?
Sorry, something went wrong.
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 👍
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: