aboutsummaryrefslogtreecommitdiffstats
path: root/modules/planet/templates
diff options
context:
space:
mode:
authorDamien Lallement <dams@mageia.org>2011-02-16 01:29:58 +0000
committerDamien Lallement <dams@mageia.org>2011-02-16 01:29:58 +0000
commitd41539925e0c910066e0186513ae23adf795a764 (patch)
tree7547dee88229abcb2eefa296e3b624de7d09d521 /modules/planet/templates
parenta84972933ff5f4ae30c32935ae762cf24a2fc9a8 (diff)
downloadpuppet-d41539925e0c910066e0186513ae23adf795a764.tar
puppet-d41539925e0c910066e0186513ae23adf795a764.tar.gz
puppet-d41539925e0c910066e0186513ae23adf795a764.tar.bz2
puppet-d41539925e0c910066e0186513ae23adf795a764.tar.xz
puppet-d41539925e0c910066e0186513ae23adf795a764.zip
remove virtualhost
Diffstat (limited to 'modules/planet/templates')
-rw-r--r--modules/planet/templates/planet_vhosts.conf6
1 files changed, 1 insertions, 5 deletions
diff --git a/modules/planet/templates/planet_vhosts.conf b/modules/planet/templates/planet_vhosts.conf
index 98173f7f..ecf0c639 100644
--- a/modules/planet/templates/planet_vhosts.conf
+++ b/modules/planet/templates/planet_vhosts.conf
@@ -1,11 +1,7 @@
-<VirtualHost *:80>
-ServerName planet.mageia.org
-DocumentRoot /var/www/html/planet.mageia.org/
-<Directory <%= planet_location %>>
+<Directory <%= planet_location %> >
Order deny,allow
Allow from All
AllowOverride All
Options FollowSymlinks
Options +Indexes
</Directory>
-</VirtualHost>