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 ed81598 commit 0f14b31Copy full SHA for 0f14b31
tests/modsecurity-limits.t
@@ -33,7 +33,7 @@ events {
33
http {
34
%%TEST_GLOBALS_HTTP%%
35
36
- limit_req_zone $binary_remote_addr zone=limitzone:10m rate=2r/s;
+ limit_req_zone $binary_remote_addr zone=limitzone:10m rate=2r/m;
37
38
server {
39
listen 127.0.0.1:8080;
0 commit comments