From 4298cfdb25c5c67316c064724403c0aec76f7806 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Fri, 5 Nov 2010 01:04:35 +0000 Subject: - refactor the vhost setting, and clean it --- modules/mga-mirrors/templates/mirrors_vhost.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/mga-mirrors/templates') diff --git a/modules/mga-mirrors/templates/mirrors_vhost.conf b/modules/mga-mirrors/templates/mirrors_vhost.conf index 21e4aa0c..33f27513 100644 --- a/modules/mga-mirrors/templates/mirrors_vhost.conf +++ b/modules/mga-mirrors/templates/mirrors_vhost.conf @@ -1,6 +1,5 @@ -NameVirtualHost *:80 - ServerName mirrors.<%= domain %> + ServerName <%= vhost %> # Serve static content directly DocumentRoot /dev/null -- cgit v1.2.1