http://binternet.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/selfhosting/haproxy/index.html
Initial setup To start with, get 2 identical debian hosts with nginx on them: My 2 servers will have the ips 192.168.0.151 and 192.168.0.150 meanwhile 192.168.0.152 is going to be our haproxy server. First server: apt update -y && apt upgrade -y
apt install nginx curl -y
echo 'server number 1' > /var/www/html/index.nginx-debian.html
ip a | grep inet #IP1 Second server: apt update -y && apt upgrade -y
apt install nginx...