need help I have this
service {
name = "nginx"
tags = [ "nginx", "web", "urlprefix-/nginx" ]
port = "http"
check {
type = "tcp"
interval = "10s"
timeout = "2s"
}
}
how can i add a health for a specific URI if it returns a 200 response like localhost:8080/test/index.html