about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-04-07 14:17:24 +0200
committerAlan Pearce2024-04-07 14:17:24 +0200
commit0dcb7e5712d97cc3358af4abc9c41a424a203008 (patch)
tree095cd55e9358504802ddd25efc57fb10e32114cd
parent3062bf448bf24217f12b30b8e612003e90c89d53 (diff)
downloadwebsite-0dcb7e5712d97cc3358af4abc9c41a424a203008.tar.lz
website-0dcb7e5712d97cc3358af4abc9c41a424a203008.tar.zst
website-0dcb7e5712d97cc3358af4abc9c41a424a203008.zip
fly: send a Host header when performing HTTP checks
-rw-r--r--fly.toml2
1 files changed, 2 insertions, 0 deletions
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"