diff --git a/Containers/apache/Caddyfile b/Containers/apache/Caddyfile index 8dd92a41..aeeb1ba8 100644 --- a/Containers/apache/Caddyfile +++ b/Containers/apache/Caddyfile @@ -6,7 +6,7 @@ } } -{$NC_DOMAIN}:443 { +https://{$NC_DOMAIN}:443 { # Notify Push route /push/* { @@ -50,4 +50,11 @@ header Strict-Transport-Security max-age=31536000; reverse_proxy localhost:80 } + + # TLS options + tls { + issuer acme { + disable_http_challenge + } + } }