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

Revert "feat(nextcloud): Enable modsecurity"

This patch removes the modsecurity feture for nextcloud, since it causes
quite heavy load on the machines. It might be a good idea to revisit
this later.

This reverts commit 007afae6.
parent 007afae6
Branches
Tags
No related merge requests found
......@@ -108,11 +108,6 @@ data:
location ~ ^/(?:autotest|occ|issue|indie|db_|console) {
deny all;
}
nginx.ingress.kubernetes.io/enable-modsecurity: "true"
nginx.ingress.kubernetes.io/enable-owasp-core-rules: "true"
nginx.ingress.kubernetes.io/modsecurity-snippet: |
SecRuleEngine On
Include /etc/nginx/owasp-modsecurity-crs/rules/REQUEST-903.9003-NEXTCLOUD-EXCLUSION-RULES.conf
persistence:
enabled: true
resources:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment