From 9fd58d90ad7d2dc88c965b64258725f3a07d86c6 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 2 Feb 2017 15:22:49 +0000 Subject: [PATCH] Add a control socket to haproxy Signed-off-by: Patrick Uiterwijk --- roles/haproxy/templates/haproxy.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index ddc680286a..4e721c6b10 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -10,6 +10,7 @@ global group haproxy daemon stats socket /var/run/haproxy-stat user haproxy group nrpe mode 0664 + stats socket /var/run/haproxy-admin level admin user root group sysadmin-main mode 0660 #debug #quiet