This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Description
I'm running WebSockets server on a separate sub-domain using nginx proxy (to avoid opening 6001 port and messing with SSL certificates). But the dashboard is still available under the main domain and it tries to connect to the main domain. I can only specify a port (which I have to change from 6001 to 443), but not a host. Is there any way to easily do that?