From c6b6bd31aaad831e254361d24816291943669aba Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 22 Aug 2012 21:59:12 -0400 Subject: [PATCH] Fixed MailExecutor's flaws in coping with mail server connection trouble --- docs/01_setup.mkd | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/01_setup.mkd b/docs/01_setup.mkd index 6558207..42f870f 100644 --- a/docs/01_setup.mkd +++ b/docs/01_setup.mkd @@ -157,8 +157,8 @@ #Header edit Location ^http://([^⁄]+)/gitblit/ https://$1/gitblit/ # Additionally you will want to tell Gitblit the original scheme and port -#Header set X-Forwarded-Proto https -#Header set X-Forwarded-Port 443 +#RequestHeader set X-Forwarded-Proto https +#RequestHeader set X-Forwarded-Port 443 #ProxyPass /gitblit ajp://localhost:8009/gitblit %ENDCODE% -- Gitblit v1.9.1