diff options
author | Alan Pearce | 2024-10-23 15:45:02 +0200 |
---|---|---|
committer | Alan Pearce | 2024-10-23 15:45:02 +0200 |
commit | 51024675983d865c4635fa70184f827c6c543d02 (patch) | |
tree | 3b26caa315efe64d71e0183b0c5c5ef37f2f1a01 /fly.toml | |
parent | 885a0ed62daea18c444cc67033db1d21312a32c0 (diff) | |
download | website-51024675983d865c4635fa70184f827c6c543d02.tar.lz website-51024675983d865c4635fa70184f827c6c543d02.tar.zst website-51024675983d865c4635fa70184f827c6c543d02.zip |
provision wildcard certificate correctly
Diffstat (limited to 'fly.toml')
-rw-r--r-- | fly.toml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/fly.toml b/fly.toml index 799d2a0..5c35318 100644 --- a/fly.toml +++ b/fly.toml @@ -41,15 +41,6 @@ primary_region = "ams" 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" |