Update 'haproxy.cfg'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2021-08-10 15:49:27 +02:00
parent 54054c3a21
commit 9c009e109e
1 changed files with 8 additions and 8 deletions

View File

@ -136,12 +136,12 @@ listen psql-vke
balance leastconn
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
frontend input-mix-from-edge
bind 0.0.0.0:84
mode http
use_backend input-mix-from-edge
backend input-mix-from-edge
balance leastconn
server edge 192.168.36.5:81 check
mode http
server master 192.168.36.5:81 check