fix ip and user/group haproxy

This commit is contained in:
RouxAntoine 2022-01-02 12:51:55 +01:00
parent c6aba07046
commit 66e4d8908a
Signed by: antoine
GPG Key ID: 098FB66FC0475E70

View File

@ -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