From 68ed4c37fc3ecaa3470ce9ce9fb29ba726390c71 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 14 Sep 2018 15:11:41 -0300 Subject: Fix conf.d inclusion for ubuntu bionic --- templates/apache2.conf.bionic.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/apache2.conf.bionic.erb b/templates/apache2.conf.bionic.erb index e77f9ef..103a254 100644 --- a/templates/apache2.conf.bionic.erb +++ b/templates/apache2.conf.bionic.erb @@ -223,13 +223,13 @@ LogFormat "%{User-agent}i" agent # Include of directories ignores editors' and dpkg's backup files, # see README.Debian for details. +# Include generic snippets of statements +IncludeOptional conf.d/*.conf + # Include generic snippets of statements IncludeOptional conf-enabled/*.conf # Include the virtual host configurations: IncludeOptional sites-enabled/*.conf -# Include generic snippets of statements -Include /etc/apache2/conf.d/* - # vim: syntax=apache ts=4 sw=4 sts=4 sr noet -- cgit v1.2.3