From 5379a2057970167047d897ce904ec9cedc74c9b8 Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Thu, 18 Nov 2010 20:01:07 +0000 Subject: Do not hardcode the domain name --- modules/bugzilla/templates/vhost_mageia.org.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/bugzilla/templates/vhost_mageia.org.conf b/modules/bugzilla/templates/vhost_mageia.org.conf index 625fb666..60cd8195 100644 --- a/modules/bugzilla/templates/vhost_mageia.org.conf +++ b/modules/bugzilla/templates/vhost_mageia.org.conf @@ -3,7 +3,7 @@ path_data_directory = "/usr/lib" + ( architecture == "x86_64" ? '64' : '') + "/b %> - ServerName bugs.mageia.org + ServerName bugs.<%= domain %> DocumentRoot /usr/share/bugzilla/www Alias /bugzilla/data <%= path_data_directory %> Alias /bugzilla /usr/share/bugzilla/www -- cgit v1.2.1