diff options
author | Olivier Thauvin <nanardon@mageia.org> | 2010-11-04 18:54:40 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mageia.org> | 2010-11-04 18:54:40 +0000 |
commit | d1e8b8884d2bf6e047e4d2757ea139410d669c43 (patch) | |
tree | e0d9ff9fe4d251cfa7fe87a6e4d072926c64fa93 /modules/mga-mirrors | |
parent | 21ead5633484309cbc2a50e740f9815781fa8728 (diff) | |
download | puppet-d1e8b8884d2bf6e047e4d2757ea139410d669c43.tar puppet-d1e8b8884d2bf6e047e4d2757ea139410d669c43.tar.gz puppet-d1e8b8884d2bf6e047e4d2757ea139410d669c43.tar.bz2 puppet-d1e8b8884d2bf6e047e4d2757ea139410d669c43.tar.xz puppet-d1e8b8884d2bf6e047e4d2757ea139410d669c43.zip |
- fix vhost name
Diffstat (limited to 'modules/mga-mirrors')
-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 |