about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2023-07-06 20:08:11 +0200
committerAlan Pearce2023-07-06 20:08:11 +0200
commit7b9d6622a4dd97075e8334f75dff9661e87e75ff (patch)
tree86a2125ed61b86df4ade59b5198379861f7672cd
parent7353219660e15ee49dd2d9f57a9652b7d2f5914e (diff)
downloadwebsite-7b9d6622a4dd97075e8334f75dff9661e87e75ff.tar.lz
website-7b9d6622a4dd97075e8334f75dff9661e87e75ff.tar.zst
website-7b9d6622a4dd97075e8334f75dff9661e87e75ff.zip
Switch to HEAD requests for health checks
-rw-r--r--fly.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/fly.toml b/fly.toml
index df32d8a..7299682 100644
--- a/fly.toml
+++ b/fly.toml
@@ -28,7 +28,7 @@ primary_region = "ams"
   [[services.http_checks]]
     interval = 10000
     grace_period = "5s"
-    method = "get"
+    method = "head"
     path = "/"
     protocol = "http"
     restart_limit = 0