aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/planet/templates/02_planet_vhosts.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/planet/templates/02_planet_vhosts.conf b/modules/planet/templates/02_planet_vhosts.conf
new file mode 100644
index 00000000..18417c14
--- /dev/null
+++ b/modules/planet/templates/02_planet_vhosts.conf
@@ -0,0 +1,11 @@
+<VirtualHost *:80>
+ServerName planet.mageia.org
+DocumentRoot /var/www/html/planet.mageia.org/
+<Directory /var/www/html/planet.mageia.org/>
+ Order deny,allow
+ Allow from All
+ AllowOverride All
+ Options FollowSymlinks
+ Options +Indexes
+</Directory>
+</VirtualHost>