Make sure that your reverse proxy configuration is setting headers to facilitate upgrading of websockets connections, e.g.:
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
Make sure that your reverse proxy configuration is setting headers to facilitate upgrading of websockets connections, e.g.:
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";