From a53c8442fdc61356eeb48b04395afa960c5a179e Mon Sep 17 00:00:00 2001 From: szaimen Date: Tue, 24 May 2022 19:24:45 +0200 Subject: [PATCH] revert 8443 http listen since this does not work Signed-off-by: szaimen --- Containers/mastercontainer/Caddyfile | 4 ---- 1 file changed, 4 deletions(-) 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