Lb Tool Setup

backend http_back balance roundrobin server web1 192.168.1.10:80 check server web2 192.168.1.11:80 check backup

Enable HAProxy to start on boot:

The term "LB tool" spans hardware appliances, software, and cloud services. For most modern setups, you will choose between three heavyweights: lb tool setup

Your users will thank you with every uninterrupted click. backend http_back balance roundrobin server web1 192

server { listen 80; location / { proxy_pass http://backend; } } location / { proxy_pass http://backend