From 50e30b47ffc73937cb1563e9891bb65b4564999f Mon Sep 17 00:00:00 2001 From: crystaljade Date: Fri, 9 Nov 2018 20:19:22 +0800 Subject: [PATCH] Update annotations.md --- docs/user-guide/nginx-configuration/annotations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-guide/nginx-configuration/annotations.md b/docs/user-guide/nginx-configuration/annotations.md index 6a499b065..21ff7b633 100644 --- a/docs/user-guide/nginx-configuration/annotations.md +++ b/docs/user-guide/nginx-configuration/annotations.md @@ -641,7 +641,7 @@ For details on how to write WAF rules, please refer to [https://github.com/p0pr0 ### ModSecurity [ModSecurity](http://modsecurity.org/) is an OpenSource Web Application firewall. It can be enabled for a particular set -of ingress locations. The ModSecurity module must first be enabled by by enabling ModSecurity in the +of ingress locations. The ModSecurity module must first be enabled by enabling ModSecurity in the [ConfigMap](configmap.md#enable-modsecurity). Note this will enable ModSecurity for all paths, and each path must be disabled manually. @@ -715,4 +715,4 @@ When this annotation is set to `true`, the case insensitive regular expression [ Additionally, if the [`rewrite-target` annotation](#rewrite) is used on any Ingress for a given host, then the case insensitive regular expression [location modifier](https://nginx.org/en/docs/http/ngx_http_core_module.html#location) will be enforced on ALL paths for a given host regardless of what Ingress they are defined on. -Please read about [ingress path matching](../ingress-path-matching.md) before using this modifier. \ No newline at end of file +Please read about [ingress path matching](../ingress-path-matching.md) before using this modifier.