global log /dev/log local0 defaults mode http timeout connect 5s timeout client 30s timeout server 30s frontend fe_http bind 10.0.0.50:80 default_backend app_pool backend app_pool balance roundrobin option httpchk GET /healthz http-check expect status 200 server app1 10.0.10.11:8080 check server app2 10.0.10.12:8080 check