summaryrefslogtreecommitdiff
path: root/files/vhosts.d/CentOS
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-01-30 18:36:52 +0100
committermh <mh@immerda.ch>2010-01-30 18:36:52 +0100
commitdaf3cb2965e5c91c0ac817d7edf73581e2c21953 (patch)
treed8f7ce8adcccb620093bbd7e328a28b2dea3d3af /files/vhosts.d/CentOS
parent8871e2da47edf635bc2835c6abaec61086258a3d (diff)
fix includes to new location
Diffstat (limited to 'files/vhosts.d/CentOS')
-rw-r--r--files/vhosts.d/CentOS/0-default.conf2
-rw-r--r--files/vhosts.d/CentOS/0-default_ssl.conf4
2 files changed, 3 insertions, 3 deletions
diff --git a/files/vhosts.d/CentOS/0-default.conf b/files/vhosts.d/CentOS/0-default.conf
index b908b43..a8a8481 100644
--- a/files/vhosts.d/CentOS/0-default.conf
+++ b/files/vhosts.d/CentOS/0-default.conf
@@ -4,7 +4,7 @@
############################################################
<VirtualHost *:80>
- Include conf.d/defaults.inc
+ Include include.d/defaults.inc
DocumentRoot /var/www/html
</VirtualHost>
diff --git a/files/vhosts.d/CentOS/0-default_ssl.conf b/files/vhosts.d/CentOS/0-default_ssl.conf
index 85860f0..9f8c4b6 100644
--- a/files/vhosts.d/CentOS/0-default_ssl.conf
+++ b/files/vhosts.d/CentOS/0-default_ssl.conf
@@ -4,8 +4,8 @@
############################################################
<VirtualHost *:443>
- Include conf.d/defaults.inc
- Include conf.d/ssl_defaults.inc
+ Include include.d/defaults.inc
+ Include include.d/ssl_defaults.inc
DocumentRoot /var/www/html
SSLCertificateFile /etc/pki/tls/certs/localhost.crt