This commit is contained in:
parent
54054c3a21
commit
9c009e109e
16
haproxy.cfg
16
haproxy.cfg
@ -136,12 +136,12 @@ listen psql-vke
|
|||||||
balance leastconn
|
balance leastconn
|
||||||
server master 192.168.122.2:32128 check
|
server master 192.168.122.2:32128 check
|
||||||
|
|
||||||
listen input-mix-from-edge
|
frontend input-mix-from-edge
|
||||||
bind *:84
|
bind 0.0.0.0:84
|
||||||
mode tcp
|
mode http
|
||||||
option clitcpka
|
use_backend input-mix-from-edge
|
||||||
timeout client 3h
|
|
||||||
timeout server 3h
|
backend input-mix-from-edge
|
||||||
option tcplog
|
|
||||||
balance leastconn
|
balance leastconn
|
||||||
server edge 192.168.36.5:81 check
|
mode http
|
||||||
|
server master 192.168.36.5:81 check
|
||||||
|
Loading…
Reference in New Issue
Block a user