mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-09 13:55:41 +00:00
V2.2017.05 - Major Version Update
- PLEASE READ UPDATED CONFIGURATION INSTRUCTIONS - PLEASE READ CHANGELOG - New Custom Include File (/etc/nginx/bots.d/blacklist-user-agents.conf ) for Blacklisting your own User-Agents which will not get wiped out with updates - New include file (/etc/nginx/conf.d/botblocker-nginx-settings.conf) for having the important nging settings automatically included into your nginx.conf for you. - New Bash Installer Script for Easy Installation and Copying Files Directly from the Repo - Important to note changes in this Version Update as you will get EMERG errors if you are missing any of the new include files
This commit is contained in:
parent
4a97891513
commit
f19f327dcb
12 changed files with 202 additions and 62 deletions
6
bots.d/blacklist-user-agents.conf
Normal file
6
bots.d/blacklist-user-agents.conf
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Add One Entry Per Line - List all the extra bad User-Agents you want to permanently block
|
||||
# This is for User-Agents that are not included in the main list of the bot blocker
|
||||
# This allows you finer control of keeping certain bots blocked and automatic updates will
|
||||
# Never be able to remove this custom list of yours
|
||||
|
||||
"~*mybaduseragentname" 3;
|
Loading…
Add table
Add a link
Reference in a new issue