Skip to content

Instantly share code, notes, and snippets.

@haproxytechblog
Last active November 20, 2018 01:47
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Hitless Reloads with HAProxy – HOWTO
stats socket /var/run/haproxy.sock mode 600 expose-fd listeners level user
haproxy -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid -sf $(cat /run/haproxy.pid) -x /var/run/haproxy.sock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment