all repos — website @ 7b9d6622a4dd97075e8334f75dff9661e87e75ff

My website

Switch to HEAD requests for health checks

Alan Pearce
commit

7b9d6622a4dd97075e8334f75dff9661e87e75ff

parent

7353219660e15ee49dd2d9f57a9652b7d2f5914e

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

changed files
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