blob: a8a84813487d4d19880c8e597e69fa58eefd58f7 (
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 include.d/defaults.inc
DocumentRoot /var/www/html
</VirtualHost>
# vim: ts=4 filetype=apache
|