From a4e9a69ebdbf4188ad8f1d8674bad7e153e0314a Mon Sep 17 00:00:00 2001 From: Andreas Stephanides Date: Tue, 28 Dec 2021 17:45:10 +0100 Subject: [PATCH] remove confs from apache2 --- apache2.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache2.conf b/apache2.conf index d49378a..98f0063 100644 --- a/apache2.conf +++ b/apache2.conf @@ -224,7 +224,7 @@ IncludeOptional conf-enabled/*.conf # Include the virtual host configurations: IncludeOptional sites-enabled/*.conf -IncludeOptional confs/*.conf + Include sites/*.conf Include sites/*/*.conf # vim: syntax=apache ts=4 sw=4 sts=4 sr noet