all repos — homestead @ 809591856ea6686fb054ac68ab20b9d7b39b8619

Code for my website

Use a special file for health checks This should remain a static file so that the static file functionality of the server can be tested. If it were a special case inside the server router, it could potentially continue to operate whilst the server otherwise no longer works

Alan Pearce
commit

809591856ea6686fb054ac68ab20b9d7b39b8619

parent

a443bfd677c52ebf3320ef8d95dbfcb37787be90

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

jump to
M fly.tomlfly.toml
@@ -26,4 +26,4 @@ grace_period = "10s"
interval = "30s" method = "GET" timeout = "5s" - path = "/" + path = "/health.txt"