Last active
November 20, 2018 01:47
-
-
Save haproxytechblog/c041da3c58d41f70c12baac2351191a8 to your computer and use it in GitHub Desktop.
Hitless Reloads with HAProxy – HOWTO
This file contains 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
stats socket /var/run/haproxy.sock mode 600 expose-fd listeners level user |
This file contains 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
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