Fix fix for Apple dav....

master
andryyy 2017-06-14 23:17:31 +02:00
parent 5aff0a3d6d
commit 83cb686e33
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ server {
real_ip_recursive on; real_ip_recursive on;
rewrite ^/.well-known/caldav$ /SOGo/dav/ permanent; rewrite ^/.well-known/caldav$ /SOGo/dav/ permanent;
rewrite ^/.well-known/caldav$ /SOGo/dav/ permanent; rewrite ^/.well-known/carddav$ /SOGo/dav/ permanent;
location ^~ /principals { location ^~ /principals {
return 301 /SOGo/dav; return 301 /SOGo/dav;
@ -185,7 +185,7 @@ server {
real_ip_recursive on; real_ip_recursive on;
rewrite ^/.well-known/caldav$ /SOGo/dav/ permanent; rewrite ^/.well-known/caldav$ /SOGo/dav/ permanent;
rewrite ^/.well-known/caldav$ /SOGo/dav/ permanent; rewrite ^/.well-known/carddav$ /SOGo/dav/ permanent;
location ^~ /principals { location ^~ /principals {
return 301 /SOGo/dav; return 301 /SOGo/dav;