summaryrefslogtreecommitdiff
path: root/templates/website.erb
blob: 56be471f0f7878eba325dba04df7848316f028d9 (plain)
1
2
3
4
5
6
# begin vhost for <%= $title %>
<VirtualHost *:80>
   # TODO
   ServerName <%= $title %>.<%= $domain %>
</VirtualHost>
# end vhost for <%= $title %>