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
socketio/socket.io#1942
The text was updated successfully, but these errors were encountered:
seems like we need to add this to nginx configuration, @jdiedrick think you could check it out?
location /wsapp/ { proxy_pass http://wsbackend; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; }
via https://www.nginx.com/blog/websocket-nginx/
another config example here socketio/socket.io#1942 (comment)
Sorry, something went wrong.
Not sure why this started working, only if you go to http://www.xn--vg8hjj.ws/mapb, but not without the www
johanndiedrick
No branches or pull requests
socketio/socket.io#1942
The text was updated successfully, but these errors were encountered: