-
Notifications
You must be signed in to change notification settings - Fork 163
Description
I am using 3.2 and I have tried to reload the config after a backend change.
I have the stats page open and I am reloading using a sighup ie docker-compose kill -s HUP haproxy.
The logs shows a reload happen but I do not see the changes reflected in the stats page.
I can verify this by removing a backend server or changing the stats page refresh time from 5s to 30s.
Maybe in the underlying structure it reloads but it's not reflected in the stats page.
I am unsure if I am doing something wrong or not.
Also, since there is not ps or other tool I do not know the default pid file if there is (I couldn't find one) so I cannot find the pid of the haproxy process so I can try to run some cli command that will use the pid to do that.
It's probably not required since I see in the container logs that a reload was triggered.
Thanks in advance