From 65a3c7e243f2a23f040b719632cbb182e11e8987 Mon Sep 17 00:00:00 2001 From: downtownallday Date: Tue, 20 Sep 2022 22:16:51 -0400 Subject: [PATCH] Correct dav paths --- conf/ios-profile.xml | 2 +- conf/nginx-primaryonly.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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