From 0dccce1b5cffce03124f001ae03b66962f36fee6 Mon Sep 17 00:00:00 2001
From: Trygve Laugstøl <trygvis@inamo.no>
Date: Mon, 10 Oct 2011 10:49:29 -0400
Subject: [PATCH] o Adding missing properties to gitblit.properties for adjusting the context path.

---
 distrib/gitblit.properties |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties
index 5b2b576..78931f2 100644
--- a/distrib/gitblit.properties
+++ b/distrib/gitblit.properties
@@ -501,3 +501,9 @@
 # SINCE 0.5.0
 # RESTART REQUIRED
 server.shutdownPort = 8081
+
+# Context path for the application.
+#
+# SINCE 0.7.0+
+# RESTART REQUIRED
+server.contextPath = /

--
Gitblit v1.9.1