mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +00:00
Fix Typo
This commit is contained in:
parent
ab7187d859
commit
9f0e591424
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
# 00 22 * * * /bin/updatenginxblocker.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue