From 19fa0eb25fc5f2c4faa01ed9593d4fa5c351bd25 Mon Sep 17 00:00:00 2001 From: bunkerity Date: Tue, 27 Apr 2021 09:46:40 +0200 Subject: [PATCH] log - print modsec_audit.log to make debugging easier --- entrypoint/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint/entrypoint.sh b/entrypoint/entrypoint.sh index eecdbf6..c00bad0 100644 --- a/entrypoint/entrypoint.sh +++ b/entrypoint/entrypoint.sh @@ -132,7 +132,7 @@ else fi # list of log files to display -LOGS="/var/log/access.log /var/log/error.log /var/log/jobs.log" +LOGS="/var/log/access.log /var/log/error.log /var/log/jobs.log /var/log/nginx/modsec_audit.log" # start fail2ban if [ "$USE_FAIL2BAN" = "yes" ] ; then