From 83cb686e336328087538583333547d0b4fe14560 Mon Sep 17 00:00:00 2001 From: andryyy Date: Wed, 14 Jun 2017 23:17:31 +0200 Subject: [PATCH] Fix fix for Apple dav.... --- data/conf/nginx/site.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/conf/nginx/site.conf b/data/conf/nginx/site.conf index 05a103ca..a4e02acf 100644 --- a/data/conf/nginx/site.conf +++ b/data/conf/nginx/site.conf @@ -38,7 +38,7 @@ server { real_ip_recursive on; rewrite ^/.well-known/caldav$ /SOGo/dav/ permanent; - rewrite ^/.well-known/caldav$ /SOGo/dav/ permanent; + rewrite ^/.well-known/carddav$ /SOGo/dav/ permanent; location ^~ /principals { return 301 /SOGo/dav; @@ -185,7 +185,7 @@ server { real_ip_recursive on; rewrite ^/.well-known/caldav$ /SOGo/dav/ permanent; - rewrite ^/.well-known/caldav$ /SOGo/dav/ permanent; + rewrite ^/.well-known/carddav$ /SOGo/dav/ permanent; location ^~ /principals { return 301 /SOGo/dav;