Created
July 24, 2016 16:58
-
-
Save vagelim/0c7c889cf79660739b47d14ec5cc6f0a to your computer and use it in GitHub Desktop.
minimal example highlighting haproxy user and group
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
global | |
log /dev/log local0 | |
log /dev/log local1 notice | |
chroot /var/lib/haproxy | |
stats socket /run/haproxy/admin.sock mode 777 level admin | |
stats timeout 30s | |
user haproxy | |
group haproxy | |
daemon |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment