diff --git a/nginx.conf.d/dav.conf b/nginx.conf.d/dav.conf new file mode 100644 index 0000000..cc89126 --- /dev/null +++ b/nginx.conf.d/dav.conf @@ -0,0 +1,2 @@ +rewrite ^/\.well-known/carddav https://$server_name/remote.php/dav/ permanent; +rewrite ^/\.well-known/caldav https://$server_name/remote.php/dav/ permanent;