diff options
author | James Moger <james.moger@gitblit.com> | 2011-10-11 17:46:04 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-10-11 17:46:04 -0400 |
commit | 4c6dab80ae0a8ef38e7e163e798d629afcbe999a (patch) | |
tree | 545010105ff2b657df62c940f2d237db623de2b5 /distrib/gitblit.properties | |
parent | 4cd2f6126c5b094ac1d170fcd59c004c165a69a4 (diff) | |
download | gitblit-4c6dab80ae0a8ef38e7e163e798d629afcbe999a.tar.gz gitblit-4c6dab80ae0a8ef38e7e163e798d629afcbe999a.zip |
Documentation.
Diffstat (limited to 'distrib/gitblit.properties')
-rw-r--r-- | distrib/gitblit.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties index 2d9bb030..0746ef62 100644 --- a/distrib/gitblit.properties +++ b/distrib/gitblit.properties @@ -465,7 +465,8 @@ server.tempFolder = temp # 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
|