diff options
-rw-r--r-- | modules/planet/templates/planet_vhosts.conf (renamed from modules/planet/templates/02_planet_vhosts.conf) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/planet/templates/02_planet_vhosts.conf b/modules/planet/templates/planet_vhosts.conf index 18417c14..98173f7f 100644 --- a/modules/planet/templates/02_planet_vhosts.conf +++ b/modules/planet/templates/planet_vhosts.conf @@ -1,7 +1,7 @@ <VirtualHost *:80> ServerName planet.mageia.org DocumentRoot /var/www/html/planet.mageia.org/ -<Directory /var/www/html/planet.mageia.org/> +<Directory <%= planet_location %>> Order deny,allow Allow from All AllowOverride All |