about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--fly.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/fly.toml b/fly.toml
index 5b7f722..a2f59d9 100644
--- a/fly.toml
+++ b/fly.toml
@@ -11,6 +11,8 @@ primary_region = "ams"
 
 [env]
   PORT = "3000"
+  REDIRECT_OTHER_HOSTNAMES = "true"
+  BASE_URL = "https://alanpearce.eu"
 
 [metrics]
   port = 9091