From fe464bf5c9cf4d72b4e53ce5087783713a782780 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Sat, 25 Mar 2017 10:04:50 +0200 Subject: [PATCH] Update to Notes in Blocker Update Script --- updatenginxblocker.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/updatenginxblocker.sh b/updatenginxblocker.sh index 28fc1f7a2..f2a159ce5 100755 --- a/updatenginxblocker.sh +++ b/updatenginxblocker.sh @@ -3,11 +3,12 @@ # Shell Script for Auto Updating the Nginx Bad Bot Blocker # Copyright - https://github.com/mitchellkrogza # Project Url: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker -# Alpine / Arch Linux / Debian / Centos script compatibility by Stuart Cardall +# Alpine / Arch Linux / Debian / Centos script compatibility by Stuart Cardall - https://github.com/itoffshore -# MAKE SURE you have your whitelist-ips.conf and whitelist-domains.conf files in /etc/nginx/bots.d +# MAKE SURE you have your whitelist-ips.conf, whitelist-domains.conf and blacklist-user-agents.conf files in /etc/nginx/bots.d # A major change to using include files was introduced in # https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/commit/c7acdfa8228d2f19a83e5bb14d54355db86fcebf +# Nginx will fail a reload with [EMERG] without the presence of these files. # PLEASE READ UPDATED CONFIGURATION INSTRUCTIONS BEFORE USING THIS