diff options
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" |