From 66e4d8908aa4099a45fef310f0ff1cefa1b44ad1 Mon Sep 17 00:00:00 2001 From: RouxAntoine Date: Sun, 2 Jan 2022 12:51:55 +0100 Subject: [PATCH] fix ip and user/group haproxy --- haproxy.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/haproxy.cfg b/haproxy.cfg index 80fad72..98e7362 100644 --- a/haproxy.cfg +++ b/haproxy.cfg @@ -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 \ No newline at end of file + server worker-4 10.1.1.9:6442 check