develop #10

Merged
glenux merged 13 commits from develop into master 2024-07-08 19:53:31 +00:00
Showing only changes of commit 8ed5bd4eb5 - Show all commits

View file

@ -1,2 +1,15 @@
rewrite ^/\.well-known/carddav https://$server_name/remote.php/dav/ permanent; location = /robots.txt {
rewrite ^/\.well-known/caldav https://$server_name/remote.php/dav/ permanent; allow all;
log_not_found off;
access_log off;
}
location = /.well-known/carddav {
return 301 $scheme://$host/remote.php/dav;
}
location = /.well-known/caldav {
return 301 $scheme://$host/remote.php/dav;
}
location /.well-known/acme-challenge { }