diff --git a/fly.toml b/fly.toml index 9d3e6f6..9eb5417 100644 --- a/fly.toml +++ b/fly.toml @@ -11,3 +11,11 @@ app = "empty-cherry-6843" [[services]] internal_port = 8080 protocol = "tcp" + + [[services.ports]] + handlers = ["http"] + port = 80 + + [[services.ports]] + handlers = ["tls", "http"] + port = 443