From 12c31ef28e1396f652f6f80f84480c0833182150 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Wed, 21 Mar 2012 20:01:30 -0400
Subject: [PATCH] Restore the leading hunk of the first line of a fragment

---
 docs/01_setup.mkd |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/docs/01_setup.mkd b/docs/01_setup.mkd
index 9c386d9..51921e0 100644
--- a/docs/01_setup.mkd
+++ b/docs/01_setup.mkd
@@ -145,6 +145,11 @@
 # For Gitblit GO, see server.contextPath in gitblit.properties.
 
 #ProxyPass /gitblit http://localhost:8080/gitblit
+#ProxyPassreverse /gitblit http://localhost:8080/gitblit
+
+# If your httpd frontend is https but you are proxying http Gitblit WAR or GO
+#Header edit Location ^http://([^/]+)/gitblit/ https://$1/gitblit/
+
 #ProxyPass /gitblit ajp://localhost:8009/gitblit
 %ENDCODE%  
 **Please** make sure to:  

--
Gitblit v1.9.1