From 4c6dab80ae0a8ef38e7e163e798d629afcbe999a Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Tue, 11 Oct 2011 17:46:04 -0400 Subject: [PATCH] Documentation. --- distrib/gitblit.properties | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties index 2d9bb03..0746ef6 100644 --- a/distrib/gitblit.properties +++ b/distrib/gitblit.properties @@ -465,7 +465,8 @@ # RESTART REQUIRED server.useNio = true -# Context path for the application. +# Context path for the GO application. You might want to change the context +# path if running Gitblit behind a proxy layer such as mod_proxy. # # SINCE 0.7.0 # RESTART REQUIRED -- Gitblit v1.9.1