We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d9a583 commit 00e4bd5Copy full SHA for 00e4bd5
tests/modsecurity-limits.t
@@ -41,7 +41,7 @@ http {
41
server_name localhost;
42
43
modsecurity on;
44
- limit_req zone=limitzone nodelay;
+ limit_req zone=limitzone burst=2 nodelay;
45
46
location /limit {
47
modsecurity_rules '
0 commit comments