From b49f04aee50d4bf0179c2fef3911e0d114d7764b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 22 Dec 2012 16:22:22 -0200 Subject: Using git_server_implementation --- templates/gitweb.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') 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"; -- cgit v1.2.3