From db71db17c90fd93bcf38cdf87e16a371c39708e0 Mon Sep 17 00:00:00 2001
From: Mrbytes <eguervos@msn.com>
Date: Thu, 13 Sep 2012 18:13:48 -0400
Subject: [PATCH] Merge branch 'master' of https://github.com/gitblit/gitblit

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

diff --git a/docs/01_setup.mkd b/docs/01_setup.mkd
index 6558207..eaaf3be 100644
--- a/docs/01_setup.mkd
+++ b/docs/01_setup.mkd
@@ -9,6 +9,7 @@
     - &lt;context-parameter&gt; *git.repositoryFolder* (set the full path to your repositories folder)
     - &lt;context-parameter&gt; *groovy.scriptsFolder* (set the full path to your Groovy hook scripts folder)
     - &lt;context-parameter&gt; *groovy.grapeFolder* (set the full path to your Groovy Grape artifact cache)
+    - &lt;context-parameter&gt; *web.projectsFile* (set the full path to your projects metadata file)
     - &lt;context-parameter&gt; *realm.userService* (set the full path to `users.conf`)
     - &lt;context-parameter&gt; *git.packedGitLimit* (set larger than the size of your largest repository)
     - &lt;context-parameter&gt; *git.streamFileThreshold* (set larger than the size of your largest committed file)
@@ -157,8 +158,8 @@
 #Header edit Location &#94;http://([&#94;&#8260;]+)/gitblit/ https://&#36;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