diff options
author | Alan Pearce | 2024-04-09 12:03:14 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-09 12:03:14 +0200 |
commit | 458893bd57da4164900e568af801481d68fbb13f (patch) | |
tree | a0d427650f3e1440e3673dafb551fc74d6a3165f | |
parent | d867b4d31be01f3114c3417c4114a3896cfe096c (diff) | |
parent | 1b06df3234e6e4331cddc76e160b7206263afd9f (diff) | |
download | website-458893bd57da4164900e568af801481d68fbb13f.tar.lz website-458893bd57da4164900e568af801481d68fbb13f.tar.zst website-458893bd57da4164900e568af801481d68fbb13f.zip |
Merge branch 'main' of ssh://alanpearce.eu/website
-rw-r--r-- | fly.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fly.toml b/fly.toml index 8b06baa..77017b1 100644 --- a/fly.toml +++ b/fly.toml @@ -22,10 +22,10 @@ primary_region = "ams" [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" |