diff --git a/Apache/SOGo.conf b/Apache/SOGo.conf index 853b5ae0e..e065c3240 100644 --- a/Apache/SOGo.conf +++ b/Apache/SOGo.conf @@ -66,3 +66,9 @@ ProxyPass /SOGo http://127.0.0.1:20000/SOGo retry=0 Allow from all +# For apple autoconfiguration + + RewriteEngine On + RewriteRule ^/.well-known/caldav/?$ /SOGo/dav [R=301] + +