lighttpd: Point /phpldapadmin to the non-patched version again.
[matthijs/servers/drsnuggles.git] / etc / gitweb.conf
index b6733015fa3bfc25f4872521cc3e51249ea31ee4..abe6235ca587056553e86c1eb508d92ddbd4cc7c 100644 (file)
@@ -1,5 +1,5 @@
 # path to git projects (<project>.git)
-$projectroot = "/var/cache/git";
+$projectroot = "/data/vcs/git";
 
 # directory to use for temp files
 $git_temp = "/tmp";
@@ -21,3 +21,8 @@ $logo = "/git-logo.png";
 
 # the 'favicon'
 $favicon = "/git-favicon.png";
+
+@git_base_url_list = (
+       "http://git.stderr.nl",
+       "ssh://git.stderr.nl"
+)