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
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
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