Skip to content

Commit

Permalink
Disable force_https to mitigate Cloudflare 525 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
michelegera committed Sep 23, 2023
1 parent 987fb66 commit aadf6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ kill_timeout = "5s"
[[services.ports]]
port = 80
handlers = ["http"]
force_https = true
force_https = false

[[services.ports]]
port = 443
Expand Down

0 comments on commit aadf6dd

Please sign in to comment.