diff options
-rw-r--r-- | etc/haproxy.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
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 |