diff options
-rw-r--r-- | templates/apache2.conf.bionic.erb | 3 |
1 files changed, 3 insertions, 0 deletions
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 |