|
|
@ -16,7 +16,9 @@ if (($sogoStatus eq 'enabled') && ($appleStatus eq 'enabled')){ |
|
|
|
ProxyPreserveHost On |
|
|
|
ProxyPreserveHost On |
|
|
|
ProxyPassInterpolateEnv On |
|
|
|
ProxyPassInterpolateEnv On |
|
|
|
RewriteEngine On |
|
|
|
RewriteEngine On |
|
|
|
RewriteRule /principals(.*) /\$1 [L,R] |
|
|
|
RedirectMatch ^/principals/users/(.*)\$ /\$1 |
|
|
|
|
|
|
|
RedirectMatch ^/principals/\$ / |
|
|
|
|
|
|
|
RedirectMatch ^/.well-known/(caldav|carddav)\$ / |
|
|
|
RewriteRule /SOGo/dav(.*) /\$1 [L,R] |
|
|
|
RewriteRule /SOGo/dav(.*) /\$1 [L,R] |
|
|
|
ProxyPass / http://127.0.0.1:$sogoPort/SOGo/dav/ interpolate |
|
|
|
ProxyPass / http://127.0.0.1:$sogoPort/SOGo/dav/ interpolate |
|
|
|
|
|
|
|
|
|
|
|