Unleash Your Server Potential with Expert Insights
Hosting provided by: CloudwaysSponsored by: shopp.bio
Sponsored by: shopp.bio
Category: VPS Setup
apt install haproxy
/etc/haproxy/haproxy cfg
:frontend http_front\n bind *:80\n default_backend http_back\nbackend http_back\n server s1 192.168.1.101:80
systemctl restart haproxy
ufw allow 80
curl http://ip