about summary refs log tree commit diff stats
path: root/fly.toml
diff options
context:
space:
mode:
authorAlan Pearce2024-04-23 21:54:38 +0200
committerAlan Pearce2024-04-23 22:06:09 +0200
commit68c5ef35c1c5da36d286423994cdef7a02f847f7 (patch)
tree5c251f964f59db8b2e3cbf40ee4c096f05665d7e /fly.toml
parenta726f1d1a0a4b8af0a147e5e4e3fd00cc47e26cb (diff)
downloadwebsite-68c5ef35c1c5da36d286423994cdef7a02f847f7.tar.lz
website-68c5ef35c1c5da36d286423994cdef7a02f847f7.tar.zst
website-68c5ef35c1c5da36d286423994cdef7a02f847f7.zip
switch to net/http
Diffstat (limited to 'fly.toml')
-rw-r--r--fly.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/fly.toml b/fly.toml
index 3207d07..cb87039 100644
--- a/fly.toml
+++ b/fly.toml
@@ -36,6 +36,6 @@ primary_region = "ams"
   interval = "30s"
   method = "GET"
   timeout = "1s"
-  path = "/livez"
+  path = "/health"
   [http_service.checks.headers]
     Host = "fly-internal"