mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
Update to Readme
This commit is contained in:
parent
2a8d8d30e7
commit
d145e320fa
1 changed files with 5 additions and 0 deletions
|
@ -161,6 +161,11 @@ The configuration instructions below !!!!
|
||||||
|
|
||||||
- `limit_conn_zone $ratelimited zone=addr:50m;`
|
- `limit_conn_zone $ratelimited zone=addr:50m;`
|
||||||
|
|
||||||
|
PLEASE NOTE: The above rate limiting rules are for the DDOS filter, it may seem like high values to you
|
||||||
|
but for wordpress sites with plugins and lots of images, it's not. This will not limit any real visitor to
|
||||||
|
your Wordpress sites but it will immediately rate limit any aggressive bot. Remember that other bots and user
|
||||||
|
agents are rate limited using a different rate limiting rule at the bottom of the globalblacklist.conf file.
|
||||||
|
|
||||||
####Third Step:
|
####Third Step:
|
||||||
|
|
||||||
Open a site config file for Nginx (just one for now) and add the following lines
|
Open a site config file for Nginx (just one for now) and add the following lines
|
||||||
|
|
Loading…
Add table
Reference in a new issue