Skip to content

Commit

Permalink
redirect 80 to 443
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Sep 27, 2023
1 parent f483b8d commit 89d5ace
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ strategy = "bluegreen"
internal_port = 8888
protocol = "tcp"

[[services.ports]]
handlers = ["http"]
port = 80
force_https = true

[[services.ports]]
handlers = ["tls", "http"]
port = "443"
Expand Down

0 comments on commit 89d5ace

Please sign in to comment.