Skip to content
Snippets Groups Projects
Verified Commit 327e057f authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(nginx): Disable modsecurity by default

parent 5d09faec
No related branches found
No related tags found
No related merge requests found
...@@ -82,8 +82,8 @@ data: ...@@ -82,8 +82,8 @@ data:
controllerValue: "k8s.io/ingress-nginx" controllerValue: "k8s.io/ingress-nginx"
# Configuring various details for ingress-nginx that make sense by default # Configuring various details for ingress-nginx that make sense by default
config: config:
enable-modsecurity: "true" enable-modsecurity: "false"
enable-owasp-modsecurity-crs: "true" enable-owasp-modsecurity-crs: "false"
enable-ocsp: "true" enable-ocsp: "true"
hsts: "true" hsts: "true"
hsts-max-age: "63072000" hsts-max-age: "63072000"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment