all repos — homestead @ 1de3e265bfcd3019a525d45a56f8838b8aef73e4

Code for my website

switch to net/http

Alan Pearce
commit

1de3e265bfcd3019a525d45a56f8838b8aef73e4

parent

98840b941dd0b3418b17ce32e7cfbff34ff92e48

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M fly.tomlfly.toml
@@ -36,6 +36,6 @@ grace_period = "15s"
interval = "30s" method = "GET" timeout = "1s" - path = "/livez" + path = "/health" [http_service.checks.headers] Host = "fly-internal"