From f0c8e418208523f88c8f79ca636d81e97e6d2c56 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Fri, 27 Apr 2018 10:58:18 -0400 Subject: [PATCH] (doc) sample redirect --- Apache/SOGo.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Apache/SOGo.conf b/Apache/SOGo.conf index b4c01ab80..f61df7946 100644 --- a/Apache/SOGo.conf +++ b/Apache/SOGo.conf @@ -57,6 +57,9 @@ ProxyPreserveHost On # Allow from your-cas-host-addr # +# Redirect / to /SOGo +#RedirectMatch ^/$ https://mail.yourdomain.com/SOGo + # Enable to use Microsoft ActiveSync support # Note that you MUST have many sogod workers to use ActiveSync. # See the SOGo Installation and Configuration guide for more details.