Files
gentoo/net-proxy/haproxy/files/haproxy.confd-r1
Christian Ruppert 3233b24b3e net-proxy/haproxy: Fix reloading and use master-CLI
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Christian Ruppert <idl0r@gentoo.org>
2022-07-26 10:28:28 +02:00

15 lines
637 B
Plaintext

# HAProxy config file(s), space separated
#CONFIGS="/etc/haproxy/haproxy.cfg"
# Additional HAProxy command line options
HAPROXY_OPTS="-S /run/haproxy-master.sock"
# If you want to make use ot the new seamless reload you can just write your own
# reload_seamless function here. It will be called by the init script.
# For more information on how to use that feature please have a look at the
# "seamless_reload.txt" documentation file (requires net-proxy/haproxy[examples])
#reload_seamless() {
# checkpath -d -m 0700 haproxy:haproxy "/run/haproxy/"
# socat /run/haproxy/socket - <<< "show servers state" > /run/haproxy/global.state
#}