diff options
author | Alan Pearce | 2023-07-06 20:08:11 +0200 |
---|---|---|
committer | Alan Pearce | 2023-07-06 20:08:11 +0200 |
commit | 7b9d6622a4dd97075e8334f75dff9661e87e75ff (patch) | |
tree | 86a2125ed61b86df4ade59b5198379861f7672cd | |
parent | 7353219660e15ee49dd2d9f57a9652b7d2f5914e (diff) | |
download | website-7b9d6622a4dd97075e8334f75dff9661e87e75ff.tar.lz website-7b9d6622a4dd97075e8334f75dff9661e87e75ff.tar.zst website-7b9d6622a4dd97075e8334f75dff9661e87e75ff.zip |
Switch to HEAD requests for health checks
-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 |