Re: Exclude ip's from Nginx limit_req zone

2014-12-21 Thread Martin Frb
limit_conn_zone $binary_remote_addr zone=alpha:8m; limit_req_zone $binary_remote_addr zone=delta:8m rate=40r/s; Domain nginx conf: limit_conn alpha 5; limit_req zone=delta burst=80 nodelay; So a user can create only 5 connections per ip and can have 40 requests with a burst up to 80 connecti

Documentation of limit_req

2014-08-23 Thread Martin Frb
About http://nginx.org/en/docs/http/ngx_http_limit_req_module.html It does not specify anything about inheritance. It appears (from reading sources) that limit_req are inherited only, if no new limit_req are specified. This is the same as for proxy_set_header and others: http://nginx.org/en/d

Hello - and missing verification of configuration format / very tiny mem leak in limit_req config

2014-08-23 Thread Martin Frb
Hi, My name is Martin. I am new to this list (obvious), and new to nginx as well. I hope this is the right place for the feedback I have, if not please correct me. Well the below may be for the bugtracker. Except: It is yet to be confirmed as bug, I was unable to find a way to register. (I do