Switch to HEAD requests for health checks
7b9d6622a4dd97075e8334f75dff9661e87e75ff
7353219660e15ee49dd2d9f57a9652b7d2f5914e
@@ -28,7 +28,7 @@ tls_options = { "alpn" = ["h2"] } [[services.http_checks]] interval = 10000 grace_period = "5s" - method = "get" + method = "head" path = "/" protocol = "http" restart_limit = 0