From ed65daf9d83cfc872aae86a60e81fd06138a2b84 Mon Sep 17 00:00:00 2001 From: Ossi Salmi Date: Tue, 3 Jan 2012 14:07:06 +0200 Subject: [PATCH] Fixed apache config includes on Ubuntu --- apache/templates/apache2.conf.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apache/templates/apache2.conf.erb b/apache/templates/apache2.conf.erb index 1fe23fe..5de12c7 100644 --- a/apache/templates/apache2.conf.erb +++ b/apache/templates/apache2.conf.erb @@ -230,7 +230,7 @@ CustomLog /srv/www/log/http/<%= homename %>/access_log combined # see README.Debian for details. # Include generic snippets of statements -Include /etc/apache2/conf.d/ +Include /etc/apache2/conf.d/*.conf # Include the virtual host configurations: -Include /etc/apache2/sites-enabled/ +Include /etc/apache2/sites-enabled/*.conf