From fb981646e52321c1d45d46dd1f435acaf7c94029 Mon Sep 17 00:00:00 2001
From: Georg Pfuetzenreuter
Date: Mon, 31 Jul 2023 20:44:52 +0200
Subject: denc-webcluster: exclude 949110

ModSecurity rule blocked Bookstack from saving some pages while editing.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
---
 pillar/cluster/denc/web-proxy.sls | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'pillar')

diff --git a/pillar/cluster/denc/web-proxy.sls b/pillar/cluster/denc/web-proxy.sls
index fcb2c93..9fa9fd7 100644
--- a/pillar/cluster/denc/web-proxy.sls
+++ b/pillar/cluster/denc/web-proxy.sls
@@ -127,7 +127,7 @@ nginx:
             - client_max_body_size: 20M
             - modsecurity_rules: |-
                 '
-                SecRuleRemoveById 941160
+                SecRuleRemoveById 941160 949110
                 SecAction "id:900200, phase:1, nolog, pass, t:none, setvar:\'tx.allowed_methods=GET HEAD POST OPTIONS PUT PATCH\'"
                 '
 
-- 
cgit v1.2.3