gitweb: Make gitweb publish http and ssh urls for every repos.
[matthijs/servers/drsnuggles.git] / etc / gitweb.conf
index dcb5717f1cf53635465f21d27d7a1f24acee76e2..a2bfcfad2aa05cb3d5afe1aaaecbdfb458429cd4 100644 (file)
@@ -21,3 +21,8 @@ $logo = "/git-logo.png";
 
 # the 'favicon'
 $favicon = "/git-favicon.png";
+
+@git_base_url_list = (
+       "http://git.stderr.nl/git",
+       "ssh://git.stderr.nl/data/vcs/git"
+)