webservice for zwavej22mqtt
This commit is contained in:
@@ -138,12 +138,14 @@ haproxy:
|
||||
- host_auto hdr_beg(host) -i auto.
|
||||
- host_auto-conf hdr_beg(host) -i auto-conf.
|
||||
- host_z2m hdr_beg(host) -i zwave2mqtt.
|
||||
- host_z2m-ws hdr_beg(host) -i zwave2mqtt-ws.
|
||||
- host_pihole hdr_beg(host) -i pihole.
|
||||
- host_nodered hdr_beg(host) -i nodered.
|
||||
use_backends:
|
||||
- auto if host_auto
|
||||
- auto-conf if host_auto-conf
|
||||
- z2m if host_z2m
|
||||
- z2m-ws if host_z2m-ws
|
||||
- pihole if host_pihole
|
||||
- nodered if host_nodered
|
||||
backends:
|
||||
@@ -178,6 +180,15 @@ haproxy:
|
||||
host: 127.0.0.1
|
||||
port: 8091
|
||||
check: check
|
||||
backend31:
|
||||
name: z2m-ws
|
||||
balance: roundrobin
|
||||
servers:
|
||||
server1:
|
||||
name: zwave2mqtt-ws
|
||||
host: 127.0.0.1
|
||||
port: 3000
|
||||
check: check
|
||||
backend4:
|
||||
name: pihole
|
||||
balance: roundrobin
|
||||
|
||||
Reference in New Issue
Block a user