Denial of service prevention
Igor Sysoev
is at rambler-co.ru
Fri Feb 23 14:51:43 MSK 2007
On Fri, Feb 23, 2007 at 03:12:00PM +0700, Shark Fin Soup wrote:
> This is my config file. How would I use that feature. I tried it last
> week and could not get it to work. My config file is not very
> straight forward. I want to make sure that I cannot receive more than
> 10 concurrent connections from a single IP address.
> http {
> limit_zone one $binary_remote_addr 10m;
> limit_conn one 10;
These directives should allow up to 10 concurrent connections from
a single IP address. I can debug the problem after March 3.
--
Igor Sysoev
http://sysoev.ru/en/
More information about the nginx
mailing list