Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
лимит на соединения
Как сделать так, чтобы на все айпишники, кроме одного стоял лимит на
соединения?
Пытаюсь делать так:
location /files/ {
internal;
root /storage/dl;
limit_conn one 3;
if ($remote_addr=z.w.x.y ) { limit_conn one 100;}
}
пишет:
"limit_conn" directive is not allowed here
--
WBR, Andrey Vasilishin CDIG1-UANIC, CDIG1-RIPE
|