From: James Moger Date: Wed, 21 Mar 2012 22:04:34 +0000 (-0400) Subject: Documentation X-Git-Tag: v0.9.0~32 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a004081b913c1bcf50184ee76df00bf889965d98;p=gitblit.git Documentation --- 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: