Update: [Sun Dec 29 23:20:18 UTC 2024]

This commit is contained in:
github-actions[bot]
2024-12-29 23:20:18 +00:00
parent 36f08db3eb
commit 3760d3dcde
35 changed files with 17042 additions and 1242 deletions

View File

@@ -114,10 +114,6 @@ location / {
set $attack_detected 1;
}
if ($request_uri ~* "nolog") {
set $attack_detected 1;
}
if ($request_uri ~* "!@lt %{tx.sampling_percentage}") {
set $attack_detected 1;
}