diff --git a/Containers/mastercontainer/Caddyfile b/Containers/mastercontainer/Caddyfile index c4fa9944..646d37e8 100644 --- a/Containers/mastercontainer/Caddyfile +++ b/Containers/mastercontainer/Caddyfile @@ -12,10 +12,6 @@ http://:80 { redir https://{host}{uri} } -http://:8443 { - redir https://{host}:8443{uri} -} - https://:8443 { reverse_proxy localhost:8000