Skip to content

Instantly share code, notes, and snippets.

@haproxytechblog
Last active November 20, 2018 01:47
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 haproxytechblog/c041da3c58d41f70c12baac2351191a8 to your computer and use it in GitHub Desktop.
Save haproxytechblog/c041da3c58d41f70c12baac2351191a8 to your computer and use it in GitHub Desktop.
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