diff options
author | Alan Pearce | 2024-04-07 14:17:24 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-07 14:17:24 +0200 |
commit | 0dcb7e5712d97cc3358af4abc9c41a424a203008 (patch) | |
tree | 095cd55e9358504802ddd25efc57fb10e32114cd | |
parent | 3062bf448bf24217f12b30b8e612003e90c89d53 (diff) | |
download | website-0dcb7e5712d97cc3358af4abc9c41a424a203008.tar.lz website-0dcb7e5712d97cc3358af4abc9c41a424a203008.tar.zst website-0dcb7e5712d97cc3358af4abc9c41a424a203008.zip |
fly: send a Host header when performing HTTP checks
-rw-r--r-- | fly.toml | 2 |
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" |