all repos — homestead @ b7a48faeac56f3712d0bb2bd1b6c3855ab9c7a82

Code for my website

re-add health checks

Alan Pearce
commit

b7a48faeac56f3712d0bb2bd1b6c3855ab9c7a82

parent

6e0f8d65118a6bdc22af0313ab34a8c6dbab9fe5

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

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