<div dir="ltr">Hello,<br><br>I believe the documentation for the limit_req_zone directive on this page is wrong:<br><br><a href="http://nginx.org/en/docs/http/ngx_http_limit_req_module.html">http://nginx.org/en/docs/http/ngx_http_limit_req_module.html</a><br><br>It says that a rate parameter is not optional, but it is. The directive requires at least three parameters, but<br><br>limit_req_zone $binary_remote_addr zone=limit:64k sync;<br><br>or<br><br>limit_req_zone $binary_remote_addr zone=limit:64k zone=limit:64k;<br><br>are valid, omitting the rate. I see in the code that the default is 1r/s. Perhaps updating the documentation to list the default would be good, or changing the code to have the rate be required.<br><br>Thank you,<br><br>Aidan Carson</div>