From 6b80c659a0ec2fd8a97a0b2ce9bf9a2dec32f88c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 7 Jan 2010 20:08:15 -0200 Subject: Adding $apache_use_domain --- 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 436c7a3..d66ac5b 100644 --- a/templates/gitweb.conf.erb +++ b/templates/gitweb.conf.erb @@ -25,4 +25,4 @@ $logo = "/git-logo.png"; $favicon = "/git-favicon.png"; # header url -@git_base_url_list = ('git://git.<%= domain %>'); +@git_base_url_list = ('git://git.<%= apache_use_domain %>'); -- cgit v1.2.3