From 56357ea7e83d37b7424fbdc177115fe9dd2e3dc7 Mon Sep 17 00:00:00 2001 From: routerino <45954722+routerino@users.noreply.github.com> Date: Tue, 2 Aug 2022 20:20:26 +1000 Subject: [PATCH] Update Caddyfile --- docker/production/Caddyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/production/Caddyfile b/docker/production/Caddyfile index a01491b..c8c6d34 100644 --- a/docker/production/Caddyfile +++ b/docker/production/Caddyfile @@ -1,7 +1,7 @@ { skip_install_trust } -:443 { +https://0.0.0.0:443 { redir / /web uri strip_prefix /web tls internal { @@ -10,4 +10,4 @@ file_server { root /web } -} \ No newline at end of file +}