Quantcast
Channel: Nginx Forum - How to...
Viewing all articles
Browse latest Browse all 4759

Re: Rate Limiter not working for index.php

$
0
0
Yes! I finally found a fix after reviewing this awesome article:
https://www.digitalocean.com/community/tutorials/understanding-nginx-server-and-location-block-selection-algorithms

I added this below my location block:

location = / {
limit_req zone=limit burst=3 nodelay;
}

And it catches the 'localhost' url!


Mods may close this!

Viewing all articles
Browse latest Browse all 4759

Trending Articles



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