Merge pull request #3388 from crystaljade/patch-5
Update annotations.md. Remove Duplication.
This commit is contained in:
commit
5928bc5389
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
Please read about [ingress path matching](../ingress-path-matching.md) before using this modifier.
|
||||
|
|
Loading…
Reference in a new issue