Merge pull request #3388 from crystaljade/patch-5

Update annotations.md. Remove Duplication.
This commit is contained in:
k8s-ci-robot 2018-11-09 05:51:31 -08:00 committed by GitHub
commit 5928bc5389
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -641,7 +641,7 @@ For details on how to write WAF rules, please refer to [https://github.com/p0pr0
### ModSecurity ### ModSecurity
[ModSecurity](http://modsecurity.org/) is an OpenSource Web Application firewall. It can be enabled for a particular set [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 [ConfigMap](configmap.md#enable-modsecurity). Note this will enable ModSecurity for all paths, and each path
must be disabled manually. 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. 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.