ingress-nginx-helm/rootfs
MMeent 75e8d37d71
Fix issue in logic of modsec template
according to go templates: `(and ((not false) false))` == `true`

the only way to remove the owasp rules from every location is to disable modsec on that location, or to enable owasp globally, both not-so-great choices.

This commit fixes the logic issue by fixing the and-clause in the if-statement. As a result this reduces global resource usages when modsecurity is configured globally, but not on every location.
2019-11-28 14:56:41 +01:00
..
etc/nginx Fix issue in logic of modsec template 2019-11-28 14:56:41 +01:00
ingress-controller Improve indentation of generated nginx.conf (#2296) 2018-04-05 18:19:30 -03:00
Dockerfile Docker image: Add more opencontainers labels (incl. version) 2019-11-18 10:20:20 +01:00