diff options
author | Alan Pearce | 2024-04-23 21:54:38 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-23 22:06:09 +0200 |
commit | 68c5ef35c1c5da36d286423994cdef7a02f847f7 (patch) | |
tree | 5c251f964f59db8b2e3cbf40ee4c096f05665d7e /fly.toml | |
parent | a726f1d1a0a4b8af0a147e5e4e3fd00cc47e26cb (diff) | |
download | website-68c5ef35c1c5da36d286423994cdef7a02f847f7.tar.lz website-68c5ef35c1c5da36d286423994cdef7a02f847f7.tar.zst website-68c5ef35c1c5da36d286423994cdef7a02f847f7.zip |
switch to net/http
Diffstat (limited to 'fly.toml')
-rw-r--r-- | fly.toml | 2 |
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" |