From 63b8a0d7bd33242bb088f2f817930994c41e98a6 Mon Sep 17 00:00:00 2001 From: "T.J. Schuck" Date: Fri, 3 Jan 2014 10:04:21 -0500 Subject: [PATCH] Update deprecated nginx limit_zone to limit_conn_zone --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10a3de1..ecf15d3 100644 --- a/README.md +++ b/README.md @@ -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. 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