From 1f52c8b5f123b97fc631465479bc2855c12b9ee3 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Tue, 02 Oct 2012 17:23:16 -0400 Subject: [PATCH] Moved the fork mechanism from a javascript link to a separate page --- docs/01_setup.mkd | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/docs/01_setup.mkd b/docs/01_setup.mkd index eaaf3be..fa1bcd9 100644 --- a/docs/01_setup.mkd +++ b/docs/01_setup.mkd @@ -161,6 +161,11 @@ #RequestHeader set X-Forwarded-Proto https #RequestHeader set X-Forwarded-Port 443 +# If you are using subdomain proxying then you will want to tell Gitblit the appropriate +# context path for your repository url. +# If you are not using subdomain proxying, then ignore this setting. +#RequestHeader set X-Forwarded-Context / + #ProxyPass /gitblit ajp://localhost:8009/gitblit %ENDCODE% **Please** make sure to: -- Gitblit v1.9.1