mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
V2.2017.05 - Corrections to Readme, Changelog and Configuration
This commit is contained in:
parent
822ddb31bb
commit
4f514ac606
3 changed files with 4 additions and 4 deletions
|
@ -3,9 +3,9 @@
|
|||
###2017-03-02
|
||||
- V2.2017.05 - Added New Include Method for Including your own custom list of Bad User-Agents
|
||||
or Bots that you want to permanently block.
|
||||
- **You must now have an /etc/nginx/bots.d/blacklist-user-agents.conf file or you will get and Nginx EMERG error**
|
||||
- **You must now have an (/etc/nginx/bots.d/blacklist-user-agents.conf) file or you will get and Nginx EMERG error**
|
||||
- Introduced New Bash Installer Script to Ease Installation of this Bad Bot Blocker
|
||||
- Also introduced new include file (botblocker-nginx-settings.conf) for including the rate limiting zones and server_hash settings for you in your nginx.conf file
|
||||
- Also introduced new include file (/etc/nginx/conf.d/botblocker-nginx-settings.conf) for including the rate limiting zones and server_hash settings for you in your nginx.conf file
|
||||
**[Please read updated configuration instructions](https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/blob/master/CONFIGURATION.md)**
|
||||
|
||||
###2017-02-16
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
To Make Sure you copy all the correct files you can now use a simple bash setup script for copying the files into the correct nginx folders for you:
|
||||
See: https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/installnginxblocker.sh
|
||||
|
||||
**Please Note:** the bash installer script does not carry out STEP 7 of the manual configuration instructions for you. YOU MUST edit your any vhosts files yourself and manually add the entries in STEP 7 or the blocker will not actually be protecting any sites.
|
||||
**Please Note:** the bash installer script does not carry out STEP 7 of the manual configuration instructions for you. YOU MUST edit any vhosts files yourself and manually add the entries in STEP 7 or the blocker will not actually be protecting any sites.
|
||||
|
||||
## MANUAL INSTALLATION INSTRUCTIONS
|
||||
|
||||
|
|
|
@ -122,7 +122,7 @@ For bot's or spiders that you still want to allow but want to limit their visita
|
|||
To Make Sure you copy all the correct files you can now use a simple bash setup script for copying the files into the correct nginx folders for you:
|
||||
See: https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/installnginxblocker.sh
|
||||
|
||||
**Please Note:** the bash installer script does not carry out STEP 7 of the manual configuration instructions for you. YOU MUST edit your any vhosts files yourself and manually add the entries in STEP 7 or the blocker will not actually be protecting any sites.
|
||||
**Please Note:** the bash installer script does not carry out STEP 7 of the manual configuration instructions for you. YOU MUST edit any vhosts files yourself and manually add the entries in STEP 7 or the blocker will not actually be protecting any sites.
|
||||
|
||||
## MANUAL INSTALLATION INSTRUCTIONS
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue