@bmf7777 wrote:
i have haproxy configured with chroot operation and all is well (HA-Proxy version 2.0.1-1ppa1~bionic 2019/06/27 - https://haproxy.org/) … i’m interested in adding hitless operation …
i’ve added the following to my cfg file (
stats socket /var/run/haproxy.sock mode 600 expose-fd listeners level user
) …do i need to specify or place (/var/run/haproxy.sock) in my chroot directory (/var/empty) or is my current configuration correct?
thanks in advance
global maxconn 100 daemon tune.ssl.default-dh-param 2048 chroot /var/empty user haproxy group haproxy stats socket /var/run/haproxy.sock mode 600 expose-fd listeners level user
Posts: 1
Participants: 1