aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache/templates/vhost_simple.conf
blob: ec39b19241fa8760d744053c3633640f91fb21f2 (plain)
1
2
3
4
5
6
7
8
9
<VirtualHost *:80>
        ServerName <%= name %>
        DocumentRoot  <%= location %>

        <Location />
            Allow from all
        </Location>
</VirtualHost>