Skip to content

Websockets not working #2222

Answered by radowit
radowit asked this question in Self Hosting
Jun 13, 2021 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

Nevermind, I've found solution. Needed to add these lines to nginx:

    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection "upgrade";

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@gauravk-in
Comment options

@inyerade
Comment options

Answer selected by radowit
Comment options

You must be logged in to vote
1 reply
@martinwittmann
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants