From a004081b913c1bcf50184ee76df00bf889965d98 Mon Sep 17 00:00:00 2001 From: James Moger Date: Wed, 21 Mar 2012 18:04:34 -0400 Subject: [PATCH] Documentation --- docs/01_setup.mkd | 5 +++++ 1 file changed, 5 insertions(+) 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: -- 2.39.5