(fix #118) handle /.well-known/carddav

pull/186/head
Ludovic Marcotte 2015-12-11 14:02:59 -05:00
parent 153c2c33e5
commit bf07ed5043
1 changed files with 1 additions and 0 deletions

View File

@ -90,5 +90,6 @@ ProxyPass /SOGo http://127.0.0.1:20000/SOGo retry=0
<IfModule rewrite_module>
RewriteEngine On
RewriteRule ^/.well-known/caldav/?$ /SOGo/dav [R=301]
RewriteRule ^/.well-known/carddav/?$ /SOGo/dav [R=301]
</IfModule>