From 0dccce1b5cffce03124f001ae03b66962f36fee6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Trygve=20Laugst=C3=B8l?= Date: Mon, 10 Oct 2011 21:38:18 +0800 Subject: [PATCH] o Adding missing properties to gitblit.properties for adjusting the context path. --- distrib/gitblit.properties | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties index 5b2b576a..78931f27 100644 --- a/distrib/gitblit.properties +++ b/distrib/gitblit.properties @@ -501,3 +501,9 @@ server.storePassword = gitblit # SINCE 0.5.0 # RESTART REQUIRED server.shutdownPort = 8081 + +# Context path for the application. +# +# SINCE 0.7.0+ +# RESTART REQUIRED +server.contextPath = / -- 2.39.5