Skip to content
New issue

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

WSS Support #25

Open
rroblik opened this issue Nov 30, 2023 · 0 comments
Open

WSS Support #25

rroblik opened this issue Nov 30, 2023 · 0 comments

Comments

@rroblik
Copy link

rroblik commented Nov 30, 2023

Hello

I see that out of the box your nginx configuration doesn't handle websocket proxy
Missing 2 directives :

proxy_set_header Connection        "Upgrade";
proxy_set_header Upgrade           $http_upgrade;

It can be good to be able to use it (OR) :

  • By default / for all, updating directives here
  • Using dedicated env var like ENABLE_WSS_SUPPORT or so
  • ...

Thanks for the work !

Regards

@rroblik rroblik changed the title WSS error WSS Support Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant