Modsecurity is working!

This commit is contained in:
baudneo
2022-02-21 23:17:12 -07:00
parent 49f52c8473
commit 479cbe3a51
9 changed files with 86 additions and 15 deletions

View File

@@ -0,0 +1,15 @@
/data/logs/modsec_audit.log {
create 0644 root root
daily
rotate 14
missingok
notifempty
compress
maxsize 500M
minsize 500M
sharedscripts
postrotate
/bin/kill -USR1 `cat /run/nginx.pid 2>/dev/null` 2>/dev/null || true
endscript
}