Update full list of configurable files in /etc/nginx/bots.d

REF: #409
This commit is contained in:
Hong Chun 2020-12-02 07:26:07 -06:00 committed by GitHub
parent 09b6d10f48
commit 9adc7189e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.