about summary refs log tree commit diff stats
path: root/fly.toml
diff options
context:
space:
mode:
authorAlan Pearce2023-11-08 07:36:48 +0100
committerAlan Pearce2023-11-08 07:36:48 +0100
commit56098880b8dc2f78e5cc9f4e060cf6718fd6f789 (patch)
treef9f22d9068942becf254e5509f656f58a99ae526 /fly.toml
parent6c0b9fb5773f48d86008f737704b735c0787e788 (diff)
downloadwebsite-56098880b8dc2f78e5cc9f4e060cf6718fd6f789.tar.lz
website-56098880b8dc2f78e5cc9f4e060cf6718fd6f789.tar.zst
website-56098880b8dc2f78e5cc9f4e060cf6718fd6f789.zip
Create /health handler
Diffstat (limited to 'fly.toml')
-rw-r--r--fly.toml4
1 files changed, 1 insertions, 3 deletions
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"