all repos — website @ 458893bd57da4164900e568af801481d68fbb13f

My website

Merge branch 'main' of ssh://alanpearce.eu/website

Alan Pearce
commit

458893bd57da4164900e568af801481d68fbb13f

parent

d867b4d31be01f3114c3417c4114a3896cfe096c

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M fly.tomlfly.toml
@@ -22,10 +22,10 @@ processes = ["app"]
[http_service.http_options.response.headers] Strict-Transport-Security = "max-age=31536000; includeSubdomains; preload" [[http_service.checks]] - grace_period = "5s" + grace_period = "15s" interval = "30s" method = "GET" - timeout = "5s" + timeout = "1s" path = "/health" [http_service.checks.headers] Host = "fly-internal"