aboutsummaryrefslogtreecommitdiffstats
path: root/modules/planet/templates/planet_vhosts.conf
blob: 98173f7fcb232eeb7171d663d19b5db891adf294 (plain)
1
2
3
4
5
6
7
8
9
10
11
<VirtualHost *:80>
ServerName planet.mageia.org
DocumentRoot /var/www/html/planet.mageia.org/
<Directory <%= planet_location %>>
       Order deny,allow
       Allow from All
       AllowOverride All
       Options FollowSymlinks	
       Options +Indexes
</Directory>
</VirtualHost>