From daf3cb2965e5c91c0ac817d7edf73581e2c21953 Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 30 Jan 2010 18:36:52 +0100 Subject: fix includes to new location --- files/vhosts.d/CentOS/0-default.conf | 2 +- files/vhosts.d/CentOS/0-default_ssl.conf | 4 ++-- files/vhosts.d/OpenBSD/0-default.conf | 2 +- files/vhosts.d/OpenBSD/0-default_ssl.conf | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'files') 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 @@ ############################################################ - Include conf.d/defaults.inc + Include include.d/defaults.inc DocumentRoot /var/www/html 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 @@ ############################################################ - 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 diff --git a/files/vhosts.d/OpenBSD/0-default.conf b/files/vhosts.d/OpenBSD/0-default.conf index 3ba2c0a..9c4aa9d 100644 --- a/files/vhosts.d/OpenBSD/0-default.conf +++ b/files/vhosts.d/OpenBSD/0-default.conf @@ -1,5 +1,5 @@ - Include conf.d/defaults.inc + Include include.d/defaults.inc DocumentRoot /var/www/htdocs/default/www/ ErrorLog /var/www/htdocs/default/logs/default_error_log diff --git a/files/vhosts.d/OpenBSD/0-default_ssl.conf b/files/vhosts.d/OpenBSD/0-default_ssl.conf index 83d65ec..53ea262 100644 --- a/files/vhosts.d/OpenBSD/0-default_ssl.conf +++ b/files/vhosts.d/OpenBSD/0-default_ssl.conf @@ -1,6 +1,6 @@ - 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/htdocs/default/www/ ErrorLog /var/www/htdocs/default/logs/default_error_log -- cgit v1.2.3