From 9f0e59142459e2388f4cb990c59d43a3d6d89a30 Mon Sep 17 00:00:00 2001 From: Mitchell Krog UB1 Date: Sun, 26 Feb 2017 13:58:13 +0200 Subject: [PATCH] Fix Typo --- updatenginxblocker.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/updatenginxblocker.sh b/updatenginxblocker.sh index 3a87d950e..31c2f7d7a 100755 --- a/updatenginxblocker.sh +++ b/updatenginxblocker.sh @@ -3,7 +3,7 @@ # Copyright - https://github.com/mitchellkrogza # Project Url: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker -# MAKE SURE you have your whitelist-ips.conf and whitelist-domains.conf files in /etc/nginx/bots.ds +# MAKE SURE you have your whitelist-ips.conf and whitelist-domains.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 @@ -23,4 +23,4 @@ exit 0 # Add this as a cron to run daily / weekly as you like # Here's a sample CRON entry to update every day at 10pm -# 00 22 * * * /bin/updatenginxblocker.sh \ No newline at end of file +# 00 22 * * * /bin/updatenginxblocker.sh