{
    debug
}

localhost:443 {

    header Alt-Svc: h3=":443"; ma=86400
    handle /api/* {
        reverse_proxy api1:8080 api2:8080 {
            unhealthy_status 5xx
            fail_duration 10s
        }
    }

    handle {
        reverse_proxy frontend:3000
    }
}

