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 +}