Merge branch 'main' of ssh://alanpearce.eu/website
Alan Pearce alan@alanpearce.eu
Tue, 09 Apr 2024 12:03:14 +0200
1 files changed, 2 insertions(+), 2 deletions(-)
jump to
M fly.toml → fly.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"