Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ngx http limit req module и реально е применение
Попробовал сделать еще такую
конструкцию:
limit_req zone=$zone nodelay;
if ($whitelist) {
set $zone black;
}
if ($blacklist) {
set $zone white;
}
set $zone green;
Но она не верна:(
Posted at Nginx Forum:
http://forum.nginx.org/read.php?21,212493,212513#msg-212513
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|