Quantcast
Channel: Nginx Forum - Other discussion
Viewing all articles
Browse latest Browse all 972

Re: limit_req does not work

$
0
0
But
location / {
limit_req zone=myzone burst=3 nodelay;
index lala.html;
}
matches any rewrite, right? So
location ~ /dont-rate-limit {
rewrite ^(.*)$ /no.txt;
}
will also be rate limited?
I only want to rate limit *some* rewritten pages. :/

Viewing all articles
Browse latest Browse all 972

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>