diff options
-rw-r--r-- | fly.toml | 2 |
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 |