From a3d676b408cf0ef69de1dfcc15b0c7483ea595ad Mon Sep 17 00:00:00 2001 From: Simon L Date: Mon, 23 May 2022 15:16:13 +0200 Subject: [PATCH] add redirect to https for port 8443 Signed-off-by: szaimen --- Containers/mastercontainer/Caddyfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Containers/mastercontainer/Caddyfile b/Containers/mastercontainer/Caddyfile index 646d37e8..c4fa9944 100644 --- a/Containers/mastercontainer/Caddyfile +++ b/Containers/mastercontainer/Caddyfile @@ -12,6 +12,10 @@ http://:80 { redir https://{host}{uri} } +http://:8443 { + redir https://{host}:8443{uri} +} + https://:8443 { reverse_proxy localhost:8000