From fcfa4f2eb0d4eadba14395fda1b175cb3e8043be Mon Sep 17 00:00:00 2001 From: Borek Bernard Date: Wed, 30 May 2018 09:25:12 +0200 Subject: [PATCH] Improved link in modsecurity.md --- docs/user-guide/third-party-addons/modsecurity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/third-party-addons/modsecurity.md b/docs/user-guide/third-party-addons/modsecurity.md index e8774f89b..608dbca32 100644 --- a/docs/user-guide/third-party-addons/modsecurity.md +++ b/docs/user-guide/third-party-addons/modsecurity.md @@ -12,5 +12,5 @@ The file `/var/log/modsec_audit.log` contains the log of ModSecurity. The OWASP ModSecurity Core Rule Set (CRS) is a set of generic attack detection rules for use with ModSecurity or compatible web application firewalls. The CRS aims to protect web applications from a wide range of attacks, including the OWASP Top Ten, with a minimum of false alerts. -The directory `/etc/nginx/owasp-modsecurity-crs` contains the [https://github.com/SpiderLabs/owasp-modsecurity-crs repository](https://github.com/SpiderLabs/owasp-modsecurity-crs repository). +The directory `/etc/nginx/owasp-modsecurity-crs` contains the [owasp-modsecurity-crs repository](https://github.com/SpiderLabs/owasp-modsecurity-crs). Using `enable-owasp-modsecurity-crs: "true"` we enable the use of the rules.