Open port windows firewall


netsh advfirewall firewall add rule name="RULE_NAME" dir=in action=allow protocol=PROTOCOL localport=PORT

ex:
netsh advfirewall firewall add rule name="ZABBIX" dir=in action=allow protocol=TCP localport=10050

NGINX as a load balancer for WebSocket

  To configure NGINX as a secure load balancer for WebSocket ( wss:// ) connections, use an HTTP upgrade map, increase connection timeouts, ...

Mais vistos