fix ip and user/group haproxy
This commit is contained in:
parent
c6aba07046
commit
66e4d8908a
@ -1,12 +1,12 @@
|
|||||||
global
|
global
|
||||||
|
user haproxy
|
||||||
|
group haproxy
|
||||||
log /dev/log local0
|
log /dev/log local0
|
||||||
log /dev/log local1 notice
|
log /dev/log local1 notice
|
||||||
daemon
|
daemon
|
||||||
|
|
||||||
defaults
|
defaults
|
||||||
mode http
|
mode http
|
||||||
user haproxy
|
|
||||||
group haproxy
|
|
||||||
log global
|
log global
|
||||||
option httplog
|
option httplog
|
||||||
option dontlognull
|
option dontlognull
|
||||||
@ -34,4 +34,4 @@ backend apiserver
|
|||||||
mode tcp
|
mode tcp
|
||||||
option ssl-hello-chk
|
option ssl-hello-chk
|
||||||
balance roundrobin
|
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