From fca2746eee6a3282fde7c97ad57a864afe01c315 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 14 Sep 2018 15:04:57 -0300 Subject: Adds /etc/apache2/conf.d/ support for bionic --- templates/apache2.conf.bionic.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/apache2.conf.bionic.erb b/templates/apache2.conf.bionic.erb index 2ff233b..e77f9ef 100644 --- a/templates/apache2.conf.bionic.erb +++ b/templates/apache2.conf.bionic.erb @@ -229,4 +229,7 @@ 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