all repos — website @ 7b9d6622a4dd97075e8334f75dff9661e87e75ff

My website

Switch to HEAD requests for health checks
Alan Pearce alan@alanpearce.eu
Thu, 06 Jul 2023 20:08:11 +0200
commit

7b9d6622a4dd97075e8334f75dff9661e87e75ff

parent

7353219660e15ee49dd2d9f57a9652b7d2f5914e

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M fly.tomlfly.toml
@@ -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