mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-01 18:19:55 +00:00
Updated Readme
This commit is contained in:
parent
eb5399d524
commit
78a27c67c5
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -153,21 +153,21 @@ The configuration instructions below !!!!
|
|||
|
||||
####Second Step:
|
||||
|
||||
`sudo nano /etc/nginx/nginx.conf`
|
||||
- `sudo nano /etc/nginx/nginx.conf`
|
||||
|
||||
#####Add the following rate limiting zones
|
||||
|
||||
`limit_req_zone $ratelimited zone=flood:50m rate=90r/s;`
|
||||
- `limit_req_zone $ratelimited zone=flood:50m rate=90r/s;`
|
||||
|
||||
`limit_conn_zone $ratelimited zone=addr:50m;`
|
||||
- `limit_conn_zone $ratelimited zone=addr:50m;`
|
||||
|
||||
####Third Step:
|
||||
|
||||
Open a site config file for Nginx (just one for now) and add the following lines
|
||||
|
||||
`include /etc/nginx/bots.d/blockbots.conf;`
|
||||
- `include /etc/nginx/bots.d/blockbots.conf;`
|
||||
|
||||
`include /etc/nginx/bots.d/ddos.conf;`
|
||||
- `include /etc/nginx/bots.d/ddos.conf;`
|
||||
|
||||
####Fourth Step:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue