This commit is contained in:
parent
0cb643bfdb
commit
545e49e85b
10
haproxy.cfg
10
haproxy.cfg
@ -125,3 +125,13 @@ listen amqp-vke
|
|||||||
option tcplog
|
option tcplog
|
||||||
balance leastconn
|
balance leastconn
|
||||||
server edge 192.168.122.2:32551 check
|
server edge 192.168.122.2:32551 check
|
||||||
|
|
||||||
|
listen psql-vke
|
||||||
|
bind *:5432
|
||||||
|
mode tcp
|
||||||
|
option clitcpka
|
||||||
|
timeout client 3h
|
||||||
|
timeout server 3h
|
||||||
|
option tcplog
|
||||||
|
balance leastconn
|
||||||
|
server edge 192.168.122.2:32128 check
|
||||||
|
Loading…
Reference in New Issue
Block a user