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

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