diff options
Diffstat (limited to 'fly.toml')
-rw-r--r-- | fly.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fly.toml b/fly.toml index 54936a3..ef6e3ea 100644 --- a/fly.toml +++ b/fly.toml @@ -43,7 +43,7 @@ primary_region = "ams" [[services.http_checks]] grace_period = "10s" protocol = "https" - tls_server_name = "alanpearce-eu.fly.dev" + tls_server_name = "alanpearce.eu" interval = "10s" method = "GET" timeout = "1s" |