A System Administrator Perspective 😀 OpenResty and Nginx are both popular options for building scalable and high-performance web applications and can be used effectively as a reverse proxy. However, there are a few key differences between the two that you…
C.
Check triggered ModSecurity Rules on Nginx audit logs.
This time writing about how to check triggered ModSecurity rules on Nginx audit logs. This useful to check which rules ID, IP and URL that trigger ModSecurity roles and block related connection. Here’s the command #grep “\[id” /var/log/modsec_audit.log| sed -E…