log - print modsec_audit.log to make debugging easier

This commit is contained in:
bunkerity
2021-04-27 09:46:40 +02:00
parent b4df287228
commit 19fa0eb25f

View File

@@ -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