mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +00:00
Merge pull request #410 from hong823/update-configurable-files-list
Update full list of configurable files in /etc/nginx/bots.d
This commit is contained in:
commit
d62132344c
1 changed files with 3 additions and 0 deletions
|
@ -328,10 +328,13 @@ You can now customize any of the following files below to suit your environment
|
|||
```text
|
||||
/etc/nginx/bots.d/whitelist-ips.conf
|
||||
/etc/nginx/bots.d/whitelist-domains.conf
|
||||
/etc/nginx/bots.d/blockbots.conf
|
||||
/etc/nginx/bots.d/blacklist-domains.conf
|
||||
/etc/nginx/bots.d/blacklist-user-agents.conf
|
||||
/etc/nginx/bots.d/blacklist-ips.conf
|
||||
/etc/nginx/bots.d/bad-referrer-words.conf
|
||||
/etc/nginx/bots.d/custom-bad-referrers.conf
|
||||
/etc/nginx/bots.d/ddos.conf
|
||||
```
|
||||
|
||||
Let's say for some "obscure" reason you actually want to block GoogleBot from accessing your site. You would simply add it to the /etc/nginx/bots.d/blacklist-user-agents.conf file and it will over-ride the default whitelist for GoogleBot. the same applies to any other bots that are whitelisted by default.
|
||||
|
|
Loading…
Add table
Reference in a new issue