localhost:80 {
    reverse_proxy app1:8000 app2:8000 {
        health_uri /
        health_interval 5s
        health_timeout 3s
        health_status 200
    }
}
