diff options
author | James Moger <james.moger@gitblit.com> | 2012-08-03 07:48:31 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-08-03 07:48:31 -0400 |
commit | 5efc4a2f4a3b6c029c0f22f485393669a735d805 (patch) | |
tree | 69a0583c8b42f4de3a67f52e8ee1de26ddc3ec75 | |
parent | 20e25cff04d4789f32c888a236b33a08a79fe9b6 (diff) | |
download | gitblit-5efc4a2f4a3b6c029c0f22f485393669a735d805.tar.gz gitblit-5efc4a2f4a3b6c029c0f22f485393669a735d805.zip |
Corrected documentation (issue 115)
-rw-r--r-- | 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 6558207a..42f870f8 100644 --- a/docs/01_setup.mkd +++ b/docs/01_setup.mkd @@ -157,8 +157,8 @@ ProxyPreserveHost On #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%
|