From a85f7393f8f99f37dfd8bfbba85983650c4a87da Mon Sep 17 00:00:00 2001 From: AlexVOiceover Date: Tue, 23 Jan 2024 13:11:00 +0000 Subject: [PATCH] not enforce https --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index 01310e3..a9eb162 100644 --- a/fly.toml +++ b/fly.toml @@ -15,7 +15,7 @@ primary_region = "lhr" [http_service] internal_port = 8080 - force_https = true + force_https = false auto_stop_machines = true auto_start_machines = true min_machines_running = 0