all repos — homestead @ ef3966954df81892f8a751a63f54a72b4887bf4a

Code for my website

Switch to HEAD requests for health checks

Alan Pearce
commit

ef3966954df81892f8a751a63f54a72b4887bf4a

parent

01f373d6d748289686b5c0d28622c9cd85a1c3cd

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

jump to
M fly.tomlfly.toml
@@ -28,7 +28,7 @@ tls_options = { "alpn" = ["h2"] }
[[services.http_checks]] interval = 10000 grace_period = "5s" - method = "get" + method = "head" path = "/" protocol = "http" restart_limit = 0