From 7b9d6622a4dd97075e8334f75dff9661e87e75ff Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 6 Jul 2023 20:08:11 +0200 Subject: Switch to HEAD requests for health checks --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1