aboutsummaryrefslogtreecommitdiffstats
path: root/modules/blog/templates/blogs_vhosts.conf
blob: 86c2b7b78fd3b92ece6ec3b9abdb27173c16e2f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
<VirtualHost *:80>
ServerName <%= blog_domain %>
DocumentRoot <%= blog_location %>
<Directory <%= blog_location %> >
       Order deny,allow
       Allow from All
       AllowOverride All
       Options FollowSymlinks	
       Options +Indexes
</Directory>
</VirtualHost>