Install & Use HAProxy in Linux Ubuntu 18
Jump to navigation
Jump to search
Introduction & concepts : https://www.digitalocean.com/community/tutorials/an-introduction-to-haproxy-and-load-balancing-concepts
Step by step installation and how to use : https://tecadmin.net/how-to-setup-haproxy-load-balancing-on-ubuntu-linuxmint/
Inj HAProxy configuration just change the listening below :
listen stats *:1936
stats enable
stats hide-version
stats refresh 30s
stats show-node
stats auth username:password
stats uri /stats
To :
listen stats
bind *:1936