From 1b5c5c97b860d80ddeb541d8188675f7dbf995eb Mon Sep 17 00:00:00 2001 From: leath-dub Date: Fri, 6 Oct 2023 12:49:02 +0100 Subject: [PATCH] removed redundant block --- jobs/nginx/anime-manga-soc.hcl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/jobs/nginx/anime-manga-soc.hcl b/jobs/nginx/anime-manga-soc.hcl index d90c3a1..29a8b3c 100644 --- a/jobs/nginx/anime-manga-soc.hcl +++ b/jobs/nginx/anime-manga-soc.hcl @@ -10,10 +10,6 @@ job "nginx-ams" { port "http" { to = 3000 } - - port "https" { - to = 3000 - } } service { @@ -38,7 +34,7 @@ job "nginx-ams" { config { image = "ghcr.io/dcuams/amikon-site-v2:latest" - ports = ["http", "https"] + ports = "http" } resources {