Two type of rate limiting for based on IP address

Antonio P.P. Almeida appa at perusio.net
Mon Mar 12 14:46:52 UTC 2012


<snip>
>
> location / {
>     limit_req zone=bad_spiders burst=5;
>
>     error_page 418 @good-spiders;

Oops. This should be:

error_page 418 =200 @good-spiders;

<snip>



--appa



More information about the nginx mailing list