We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In addition to the web-server port that must be available (default 8080), these two additional ports must be open:
Add this to your site config for supporting websocket connections through nginx.
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";