limit_zone in nginx

Andrius Semionovas admin at agonija.eu
Thu Feb 12 15:04:32 MSK 2009


"one" is zone name.

limit_zone   one  $binary_remote_addr  10m;

i create limit_zone named "one". limit_zone check by $binary_remote_addr.  
what is 10m, i not know

limit_conn   one 7;

This say limit_zone named "one", accept only 7 connections at moment.

On Thu, 12 Feb 2009 10:35:39 +0200, Do Good <lists at ruby-forum.com> wrote:

> Andrius Semionovas wrote:
>> sure:
>>
>>   limit_zone   one  $binary_remote_addr  10m;
>>   limit_conn   one 7;
>>
>> you need put this in http section.
>
> Can you explain this ¨one¨  ¨10¨  ¨7¨in detail like
>







More information about the nginx mailing list