From a9cefff12786d70c5b31502cff4c404c0077f142 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 26 Jun 2021 17:23:10 +0100 Subject: Don't use nagios for group, use haproxy nagios user is a member of haproxy group --- etc/haproxy.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/haproxy.cfg') diff --git a/etc/haproxy.cfg b/etc/haproxy.cfg index ff09001..88ddec1 100644 --- a/etc/haproxy.cfg +++ b/etc/haproxy.cfg @@ -2,7 +2,7 @@ global user haproxy group haproxy ssl-server-verify none - stats socket /run/haproxy.stats mode 660 group nagios + stats socket /run/haproxy.stats mode 660 group haproxy defaults timeout connect 5000ms -- cgit v1.2.3