all repos — homestead @ 382d86ca41103a17d938795a02e0db18417e0b8a

Code for my website

fly: send a Host header when performing HTTP checks

Alan Pearce
commit

382d86ca41103a17d938795a02e0db18417e0b8a

parent

4498aa0866de21ca17cf4198176f862f325a8f03

1 file changed, 2 insertions(+), 0 deletions(-)

jump to
M fly.tomlfly.toml
@@ -27,3 +27,5 @@ interval = "30s"
method = "GET" timeout = "5s" path = "/health" + [http_service.checks.headers] + Host = "fly-internal"