From 229c9c555da6d854419772c41f2951f01d4cdf9a Mon Sep 17 00:00:00 2001 From: EGOIST Date: Fri, 20 May 2022 16:20:16 +0800 Subject: [PATCH] force https --- fly.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/fly.toml b/fly.toml index 4b0e6205..32aa628b 100644 --- a/fly.toml +++ b/fly.toml @@ -27,6 +27,7 @@ processes = [] [[services.ports]] handlers = ["http"] + force_https = true port = 80 [[services.ports]]