source: npl/mailserver/kopano_conf/root/etc/apache2/conf.d/kopano.conf

Last change on this file was cf6b9ba, checked in by Edwin Eefting <edwin@datux.nl>, 7 years ago

rebuilds/updates for kopano core. kopano update. added http->https redirect and k-1216 db fix

  • Property mode set to 100644
File size: 240 bytes
Line 
1Redirect /syn3/zarafa_webapp /syn3/kopano-webapp
2Redirect /syn3/zarafa /syn3/kopano-webapp
3
4# kopano webapp only supports https
5RewriteEngine On
6RewriteCond %{HTTPS}  !=on
7RewriteRule ^(/syn3/kopano-webapp.*) https://%{SERVER_NAME}$1 [R,L]
Note: See TracBrowser for help on using the repository browser.