How to set up stats for HAProxy?

That is not correct. There would be a stats page on http://yoursite.com:1935/haproxy?stats To overcome this add another listener- listen stats :1936 mode http stats enable stats hide-version stats realm Haproxy\ Statistics stats uri / stats auth Username:Password Then go to http://yoursite.com:1936/ and login. Make sure your firewall isn’t blocking this request.