mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-27 15:07:41 +00:00
Merge pull request #39 from tjschuck/patch-1
Update deprecated nginx limit_zone to limit_conn_zone
This commit is contained in:
commit
d28dcaf0b1
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ so try to keep the number of throttle checks per request low.
|
||||||
If a request is blacklisted or throttled, the response is a very simple Rack response.
|
If a request is blacklisted or throttled, the response is a very simple Rack response.
|
||||||
A single typical ruby web server thread can block several hundred requests per second.
|
A single typical ruby web server thread can block several hundred requests per second.
|
||||||
|
|
||||||
Rack::Attack complements tools like `iptables` and nginx's [limit_zone module](http://wiki.nginx.org/HttpLimitZoneModule).
|
Rack::Attack complements tools like `iptables` and nginx's [limit_conn_zone module](http://nginx.org/en/docs/http/ngx_http_limit_conn_module.html#limit_conn_zone).
|
||||||
|
|
||||||
## Motivation
|
## Motivation
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue