diff options
Diffstat (limited to 'modules/bugzilla/templates')
-rw-r--r-- | modules/bugzilla/templates/vhost_mageia.org.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 %> <VirtualHost *:80> - ServerName bugs.mageia.org + ServerName bugs.<%= domain %> DocumentRoot /usr/share/bugzilla/www Alias /bugzilla/data <%= path_data_directory %> Alias /bugzilla /usr/share/bugzilla/www |