:80 {
    reverse_proxy backend-1:8080 backend-2:8080 {
        lb_policy round_robin
        health_uri /api/health
        health_interval 5s
        health_timeout 3s

        fail_duration 10s
    }

    log {
        output stdout
    }
}
