diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/gitweb.conf.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/gitweb.conf.erb b/templates/gitweb.conf.erb index bb96741..57f9a4b 100644 --- a/templates/gitweb.conf.erb +++ b/templates/gitweb.conf.erb @@ -13,7 +13,7 @@ $git_temp = "/tmp"; $home_text = "indextext.html"; # file with project list; by default, simply scan the projectroot dir. -$projects_list = "/var/git/gitosis/projects.list"; +$projects_list = "/var/git/<%= git_server_implementation %>/projects.list"; # stylesheet to use $stylesheet = "/gitweb.css"; |