all repos — homestead @ 17b000138b8ad9e03a772e4e11fd64e32fd2859e

Code for my website

Re-add health checks

Alan Pearce
commit

17b000138b8ad9e03a772e4e11fd64e32fd2859e

parent

022cb2e7ee55b2b19583732ce1b6096530d927ec

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

jump to
M fly.tomlfly.toml
@@ -42,6 +42,15 @@ [services.concurrency]
type = "requests" soft_limit = 15000 + [[services.http_checks]] + grace_period = "10s" + protocol = "https" + tls_server_name = "alanpearce.eu" + interval = "10s" + method = "GET" + timeout = "1s" + path = "/health" + [[vm]] size = "shared-cpu-1x"