diff --git a/CHANGELOG.md b/CHANGELOG.md index 263ba8d7f..0454f5b74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/CONFIGURATION.md b/CONFIGURATION.md index 616a7d4bd..aa929a7ec 100644 --- a/CONFIGURATION.md +++ b/CONFIGURATION.md @@ -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 diff --git a/README.md b/README.md index 10f8b5b8e..372ea31f9 100644 --- a/README.md +++ b/README.md @@ -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