Skip to content

Instantly share code, notes, and snippets.

@vagelim
Created July 24, 2016 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vagelim/0c7c889cf79660739b47d14ec5cc6f0a to your computer and use it in GitHub Desktop.
Save vagelim/0c7c889cf79660739b47d14ec5cc6f0a to your computer and use it in GitHub Desktop.
minimal example highlighting haproxy user and group
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