docker-tor icon indicating copy to clipboard operation
docker-tor copied to clipboard

HAProxy status page port

Open jim256 opened this issue 4 years ago • 2 comments

This is probably a really dumb question, but what is the port for the HAProxy status page?

jim256 avatar Dec 18 '19 03:12 jim256

I would say 2090:

listen stats bind 0.0.0.0:2090 mode http stats enable stats uri /

srounet avatar Dec 18 '19 06:12 srounet

Thanks @srounet ! Does that mean I should be able to hit it just using http://<my machine IP>:2090 ?

I tried that, as well as ip:2090/stats and ip:2090/haproxy?stats (the format I use when using the mattes proxy)

Am I off on the format there?

jim256 avatar Dec 18 '19 20:12 jim256