Merge pull request #1999 from hashicorp/d-service-https

Fix example for service using HTTPS check
This commit is contained in:
Alex Dadgar
2016-11-16 14:45:34 -08:00
committed by GitHub

View File

@@ -247,7 +247,8 @@ service {
}
check {
type = "https"
type = "http"
protocol = "https"
port = "lb"
path = "/_healthz"
interval = "5s"