diff --git a/conf/ios-profile.xml b/conf/ios-profile.xml index 273c0bf6..e1cef31c 100644 --- a/conf/ios-profile.xml +++ b/conf/ios-profile.xml @@ -87,7 +87,7 @@ CardDAVPort 443 CardDAVPrincipalURL - /cloud/remote.php/carddav/addressbooks/ + /cloud/remote.php/dav/addressbooks/ CardDAVUseSSL PayloadDescription diff --git a/conf/nginx-primaryonly.conf b/conf/nginx-primaryonly.conf index 31bf0095..84ac66d7 100644 --- a/conf/nginx-primaryonly.conf +++ b/conf/nginx-primaryonly.conf @@ -70,7 +70,7 @@ } rewrite ^/.well-known/host-meta /cloud/public.php?service=host-meta last; rewrite ^/.well-known/host-meta.json /cloud/public.php?service=host-meta-json last; - rewrite ^/.well-known/carddav /cloud/remote.php/carddav/ redirect; - rewrite ^/.well-known/caldav /cloud/remote.php/caldav/ redirect; + rewrite ^/.well-known/carddav /cloud/remote.php/dav/ redirect; + rewrite ^/.well-known/caldav /cloud/remote.php/dav/ redirect; # ADDITIONAL DIRECTIVES HERE