From c5c6ff33d82d2fd06af0c52418905aa6a1c7144a Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Fri, 11 Dec 2015 14:10:39 -0500 Subject: [PATCH] (fix #119) disable servername and url by default --- Apache/SOGo.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Apache/SOGo.conf b/Apache/SOGo.conf index e33ff8cc4..d84db3008 100644 --- a/Apache/SOGo.conf +++ b/Apache/SOGo.conf @@ -70,8 +70,8 @@ ProxyPass /SOGo http://127.0.0.1:20000/SOGo retry=0 ## adjust the following to your configuration RequestHeader set "x-webobjects-server-port" "443" - RequestHeader set "x-webobjects-server-name" "yourhostname" - RequestHeader set "x-webobjects-server-url" "https://yourhostname" +# RequestHeader set "x-webobjects-server-name" "yourhostname" +# RequestHeader set "x-webobjects-server-url" "https://yourhostname" ## When using proxy-side autentication, you need to uncomment and ## adjust the following line: