SEND_RESPONSE {
    if !access("/path/to/the/healthcheck/file.txt") {
        inbound.resp.Connection = "close";
    }
}
