From c0256724a7b091cba7c774b1774d6e1dc6ee604a Mon Sep 17 00:00:00 2001 From: stepodev Date: Wed, 25 Nov 2020 21:30:21 +0100 Subject: [PATCH] fix monitoring wrong error log. was access log, should be error.log --- config/jail.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/jail.conf b/config/jail.conf index a7818a06..f7eeeeb8 100644 --- a/config/jail.conf +++ b/config/jail.conf @@ -399,7 +399,7 @@ logpath = %(nginx_access_log)s [nginx-tls-fallback] port = http,https -logpath = %(nginx_access_log)s +logpath = %(nginx_error_log)s # Ban attackers that try to use PHP's URL-fopen() functionality # through GET/POST variables. - Experimental, with more than a year