Make the haproxy admin file root owned, the group isn't available due to selinux
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
50da23f384
commit
0a98934168
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +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
|
||||
stats socket /var/run/haproxy-admin level admin user root group root mode 0660
|
||||
#debug
|
||||
#quiet
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue