fix ip and user/group haproxy
This commit is contained in:
parent
c6aba07046
commit
66e4d8908a
@ -1,12 +1,12 @@
|
||||
global
|
||||
user haproxy
|
||||
group haproxy
|
||||
log /dev/log local0
|
||||
log /dev/log local1 notice
|
||||
daemon
|
||||
|
||||
defaults
|
||||
mode http
|
||||
user haproxy
|
||||
group haproxy
|
||||
log global
|
||||
option httplog
|
||||
option dontlognull
|
||||
@ -34,4 +34,4 @@ backend apiserver
|
||||
mode tcp
|
||||
option ssl-hello-chk
|
||||
balance roundrobin
|
||||
server worker-4 100.105.163.73:6443 check
|
||||
server worker-4 10.1.1.9:6442 check
|
||||
|
Loading…
Reference in New Issue
Block a user