summaryrefslogtreecommitdiff
path: root/files/vhosts.d/CentOS/0-default.conf
blob: b908b4345e2b9f6b319e84bb95f5e50dc11defd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
############################################################
### This file is managed by PUPPET!                     ####
### Only modify in repo or you will loose the changes!  ####
############################################################

<VirtualHost *:80>
    Include conf.d/defaults.inc
    DocumentRoot /var/www/html
</VirtualHost>

# vim: ts=4 filetype=apache