diff --git a/Containers/apache/Caddyfile b/Containers/apache/Caddyfile index feb2a6f3..cbe309b2 100644 --- a/Containers/apache/Caddyfile +++ b/Containers/apache/Caddyfile @@ -56,8 +56,8 @@ https://{$ADDITIONAL_TRUSTED_DOMAIN}:443, # Nextcloud route { - rewrite /.well-known/carddav /remote.php/dav - rewrite /.well-known/caldav /remote.php/dav + rewrite /.well-known/carddav /remote.php/dav/ + rewrite /.well-known/caldav /remote.php/dav/ header Strict-Transport-Security max-age=31536000; reverse_proxy localhost:8000 }