From 5d2275c8066eabb045c8cd32d8a88bab8dd33926 Mon Sep 17 00:00:00 2001 From: Simon L Date: Tue, 10 Oct 2023 16:03:40 +0200 Subject: [PATCH] add permanent redirect to port 80 in mastercontainer Signed-off-by: Simon L --- Containers/mastercontainer/Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/mastercontainer/Caddyfile b/Containers/mastercontainer/Caddyfile index ba6a281d..b2b2fdef 100644 --- a/Containers/mastercontainer/Caddyfile +++ b/Containers/mastercontainer/Caddyfile @@ -21,7 +21,7 @@ } http://:80 { - redir https://{host}{uri} + redir https://{host}{uri} permanent } https://:8443 {