This commit is contained in:
parent
b48d58a28e
commit
9b415327f5
10
haproxy.cfg
10
haproxy.cfg
@ -115,3 +115,13 @@ listen mqtt-edge
|
|||||||
option tcplog
|
option tcplog
|
||||||
balance leastconn
|
balance leastconn
|
||||||
server edge 192.168.36.5:1883 check
|
server edge 192.168.36.5:1883 check
|
||||||
|
|
||||||
|
listen amqp-vke
|
||||||
|
bind *:5672
|
||||||
|
mode tcp
|
||||||
|
option clitcpka
|
||||||
|
timeout client 3h
|
||||||
|
timeout server 3h
|
||||||
|
option tcplog
|
||||||
|
balance leastconn
|
||||||
|
server edge 192.168.122.2:32551 check
|
Loading…
Reference in New Issue
Block a user