about summary refs log tree commit diff stats
path: root/fly.toml
diff options
context:
space:
mode:
Diffstat (limited to 'fly.toml')
-rw-r--r--fly.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/fly.toml b/fly.toml
index 7508dd6..ef6e3ea 100644
--- a/fly.toml
+++ b/fly.toml
@@ -18,6 +18,7 @@ primary_region = "ams"
   PRODUCTION = "true"
   VCS_LOCAL_PATH = "/data/website"
   VCS_REMOTE_URL = "https://git.alanpearce.eu/website.git"
+  ACME_SERVER_URL = "https://acme.alanpearce.eu"
 
 [[services]]
   internal_port = 8080
@@ -42,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"