summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2012-03-21 18:04:34 -0400
committerJames Moger <james.moger@gitblit.com>2012-03-21 18:04:34 -0400
commita004081b913c1bcf50184ee76df00bf889965d98 (patch)
treede764c4278f1b0233a788a6c1738615e865777c4
parent3da5a58bf8f533cba7d65f4da19f1cd350b0f118 (diff)
downloadgitblit-a004081b913c1bcf50184ee76df00bf889965d98.tar.gz
gitblit-a004081b913c1bcf50184ee76df00bf889965d98.zip
Documentation
-rw-r--r--docs/01_setup.mkd5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/01_setup.mkd b/docs/01_setup.mkd
index 9c386d96..51921e02 100644
--- a/docs/01_setup.mkd
+++ b/docs/01_setup.mkd
@@ -145,6 +145,11 @@ ProxyPreserveHost On
# 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: