about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--fly.toml2
-rw-r--r--static/health.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/fly.toml b/fly.toml
index ac2573f..aa31e61 100644
--- a/fly.toml
+++ b/fly.toml
@@ -26,4 +26,4 @@ primary_region = "ams"
   interval = "30s"
   method = "GET"
   timeout = "5s"
-  path = "/"
+  path = "/health.txt"
diff --git a/static/health.txt b/static/health.txt
new file mode 100644
index 0000000..d86bac9
--- /dev/null
+++ b/static/health.txt
@@ -0,0 +1 @@
+OK