diff options
-rw-r--r-- | templates/apache2.conf.bionic.erb | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ -224,12 +224,12 @@ LogFormat "%{User-agent}i" agent # 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 |