This commit is contained in:
parent
bf74e34bdb
commit
d32fdc00a3
10
haproxy.cfg
10
haproxy.cfg
@ -85,3 +85,13 @@ listen mqtt
|
||||
option tcplog
|
||||
balance leastconn
|
||||
server worker1 lb-1.kmlabz.com:8883 check ssl verify none
|
||||
|
||||
listen mqtt-vke
|
||||
bind *:1884
|
||||
mode tcp
|
||||
option clitcpka
|
||||
timeout client 3h
|
||||
timeout server 3h
|
||||
option tcplog
|
||||
balance leastconn
|
||||
server worker1 192.168.122.3:30007 check
|
||||
|
Loading…
Reference in New Issue
Block a user