Open icco opened 10 years ago
http://nginx.org/en/docs/http/ngx_http_limit_req_module.html
Adding this to our configs: limit_req_zone $binary_remote_addr zone=one:10m rate=1r/s;
limit_req_zone $binary_remote_addr zone=one:10m rate=1r/s;
http://nginx.org/en/docs/http/ngx_http_limit_req_module.html
Adding this to our configs:
limit_req_zone $binary_remote_addr zone=one:10m rate=1r/s;