From f62c989e9a3dd9a25c288ecde38ad234aee63e4e Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Tue, 22 Nov 2022 21:36:39 +0100 Subject: remove extraneous ErrorLog directive in Apache2 config --- container.scm | 1 - 1 file changed, 1 deletion(-) (limited to 'container.scm') diff --git a/container.scm b/container.scm index f8a4113..584914d 100644 --- a/container.scm +++ b/container.scm @@ -118,7 +118,6 @@ (extra-config (list (string-join `("LogFormat" ,%logformat-combined "combined")) "\n" - "ErrorLog /var/log/httpd/error.log" "\n" "CustomLog /var/log/httpd/access.log combined" "\n" ))))))) -- cgit v1.2.3