nginx snippets generation fix + others minor improvements.

This commit is contained in:
fabriziosalmi
2025-01-16 14:02:19 +01:00
parent 1da19ed802
commit e8da4c3d28
49 changed files with 2436 additions and 2284 deletions

View File

@@ -5,12 +5,12 @@
map $request_uri $waf_block_evaluation {
default 0;
"~*@ge 3" 1;
"~*@ge 4" 1;
"~*@eq 1" 1;
"~*@ge %{tx.outbound_anomaly_score_threshold}" 1;
"~*@ge %{tx.inbound_anomaly_score_threshold}" 1;
"~*@ge 1" 1;
"~*@ge 4" 1;
"~*@ge 2" 1;
"~*@ge 1" 1;
"~*@ge %{tx.inbound_anomaly_score_threshold}" 1;
}
if ($waf_block_evaluation) {