X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Fgitweb.conf;h=a2bfcfad2aa05cb3d5afe1aaaecbdfb458429cd4;hb=1401bf699d9199d7fed4c68d935f1857df8f04c7;hp=b6733015fa3bfc25f4872521cc3e51249ea31ee4;hpb=26af12f4a744e7f18c34fc62d0fffe22e72400f3;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/gitweb.conf b/etc/gitweb.conf index b673301..a2bfcfa 100644 --- a/etc/gitweb.conf +++ b/etc/gitweb.conf @@ -1,5 +1,5 @@ # path to git projects (.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/git", + "ssh://git.stderr.nl/data/vcs/git" +)