diff options
Diffstat (limited to 'modules/mga-mirrors/templates')
-rw-r--r-- | modules/mga-mirrors/templates/mirrors_vhost.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mga-mirrors/templates/mirrors_vhost.conf b/modules/mga-mirrors/templates/mirrors_vhost.conf index dc81806d..a6b8a4a9 100644 --- a/modules/mga-mirrors/templates/mirrors_vhost.conf +++ b/modules/mga-mirrors/templates/mirrors_vhost.conf @@ -1,5 +1,5 @@ <VirtualHost *:80> - ServerName identity.<%= domain %> + ServerName mirrors.<%= domain %> # Serve static content directly DocumentRoot /dev/null |