This PR closes https://github.com/victronenergy/venus-docker/issues/20 by adding a /websocket-mqtt HTTP Upgrade mapping to the venus-docker nginx config file. That way HTML app served via NGINX can talk to MQTT Websocket directly by requesting HTTP Upgrade via /websocket-mqtt instead of talking to port 9001.
This PR closes https://github.com/victronenergy/venus-docker/issues/20 by adding a
/websocket-mqtt
HTTP Upgrade mapping to thevenus-docker
nginx config file. That way HTML app served via NGINX can talk to MQTT Websocket directly by requesting HTTP Upgrade via/websocket-mqtt
instead of talking to port 9001.