This commit is contained in:
parent
545e49e85b
commit
54054c3a21
14
haproxy.cfg
14
haproxy.cfg
@ -124,7 +124,7 @@ listen amqp-vke
|
|||||||
timeout server 3h
|
timeout server 3h
|
||||||
option tcplog
|
option tcplog
|
||||||
balance leastconn
|
balance leastconn
|
||||||
server edge 192.168.122.2:32551 check
|
server master 192.168.122.2:32551 check
|
||||||
|
|
||||||
listen psql-vke
|
listen psql-vke
|
||||||
bind *:5432
|
bind *:5432
|
||||||
@ -134,4 +134,14 @@ listen psql-vke
|
|||||||
timeout server 3h
|
timeout server 3h
|
||||||
option tcplog
|
option tcplog
|
||||||
balance leastconn
|
balance leastconn
|
||||||
server edge 192.168.122.2:32128 check
|
server master 192.168.122.2:32128 check
|
||||||
|
|
||||||
|
listen input-mix-from-edge
|
||||||
|
bind *:84
|
||||||
|
mode tcp
|
||||||
|
option clitcpka
|
||||||
|
timeout client 3h
|
||||||
|
timeout server 3h
|
||||||
|
option tcplog
|
||||||
|
balance leastconn
|
||||||
|
server edge 192.168.36.5:81 check
|
||||||
|
Loading…
Reference in New Issue
Block a user