aboutsummaryrefslogtreecommitdiffstats
path: root/modules/planet
diff options
context:
space:
mode:
Diffstat (limited to 'modules/planet')
-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>