From aadf6dd35e66d7af418c41258ba4756ed21b7e08 Mon Sep 17 00:00:00 2001 From: Michele Gerarduzzi Date: Sat, 23 Sep 2023 22:58:46 +0200 Subject: [PATCH] Disable force_https to mitigate Cloudflare 525 errors --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index cc1d510..2c58062 100644 --- a/fly.toml +++ b/fly.toml @@ -25,7 +25,7 @@ kill_timeout = "5s" [[services.ports]] port = 80 handlers = ["http"] - force_https = true + force_https = false [[services.ports]] port = 443