From 56098880b8dc2f78e5cc9f4e060cf6718fd6f789 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 8 Nov 2023 07:36:48 +0100 Subject: Create /health handler --- fly.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'fly.toml') diff --git a/fly.toml b/fly.toml index 7e09b9b..039c968 100644 --- a/fly.toml +++ b/fly.toml @@ -26,6 +26,4 @@ primary_region = "ams" interval = "30s" method = "GET" timeout = "5s" - path = "/health.txt" - [http_service.checks.headers] - Host = "alanpearce.eu" + path = "/health" -- cgit 1.4.1