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