@ -6,7 +6,7 @@ location = /.well-known/caldav {
}
location ^~ __PATH__ {
alias __FINALPATH__/;
alias __FINALPATH__;
if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;