From 0dcb7e5712d97cc3358af4abc9c41a424a203008 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 7 Apr 2024 14:17:24 +0200 Subject: fly: send a Host header when performing HTTP checks --- fly.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fly.toml b/fly.toml index bc595f1..8b06baa 100644 --- a/fly.toml +++ b/fly.toml @@ -27,3 +27,5 @@ primary_region = "ams" method = "GET" timeout = "5s" path = "/health" + [http_service.checks.headers] + Host = "fly-internal" -- cgit 1.4.1