From 05abb7092aaddcf8db16b177b3641744e0ae83d8 Mon Sep 17 00:00:00 2001 From: Trevor Blades Date: Fri, 11 Feb 2022 11:35:34 -0800 Subject: [PATCH] Make port values numbers --- fly.toml | 8 ++++++++ 1 file changed, 8 insertions(+) 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