This repository was archived by the owner on May 14, 2020. It is now read-only.

Description
Hey, I am noob in configuring ModSecurity. Following this tutorial, I have configured nginx v1.13.0 with ModSecuriy v2.9.1 and OWASP v3.0.2.
It seems to be configured well as I can see warnings for issues in ModSecurity Audit file, but I am not sure how to block threats. I have tried placing below line in /etc/nginx/modsec/modsecurity.conf and /etc/nginx/modsec/main.conf in vain.
SecDefaultAction "phase:2,log,auditlog,deny,status:403,tag:'SLA 24/7'"
Also, I do have SecRuleEngine On in my modsecurity.conf
Not sure, what I am missing. :(