mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-04-16 23:09:09 +00:00
50 lines
1.3 KiB
Text
Executable file
50 lines
1.3 KiB
Text
Executable file
# this file is sourced by: #
|
|
############################
|
|
# install-ngxblocker #
|
|
# setup-ngxblocker #
|
|
############################
|
|
|
|
#########################################################################
|
|
# _ __ _ #
|
|
# / |/ /__ _(_)__ __ __ #
|
|
# / / _ `/ / _ \\ \ / #
|
|
# /_/|_/\_, /_/_//_/_\_\ #
|
|
# __/___/ __ ___ __ ___ __ __ #
|
|
# / _ )___ ____/ / / _ )___ / /_ / _ )/ /__ ____/ /_____ ____ #
|
|
# / _ / _ `/ _ / / _ / _ \/ __/ / _ / / _ \/ __/ '_/ -_) __/ #
|
|
# /____/\_,_/\_,_/ /____/\___/\__/ /____/_/\___/\__/_/\_\\__/_/ #
|
|
#########################################################################
|
|
|
|
CONF_FILES="
|
|
globalblacklist.conf
|
|
botblocker-nginx-settings.conf
|
|
"
|
|
|
|
BOT_FILES="
|
|
blockbots.conf
|
|
ddos.conf
|
|
custom-bad-referrers.conf
|
|
bad-referrer-words.conf
|
|
blacklist-ips.conf
|
|
blacklist-user-agents.conf
|
|
whitelist-domains.conf
|
|
whitelist-ips.conf
|
|
"
|
|
|
|
VHOST_INCLUDES="
|
|
blockbots.conf
|
|
ddos.conf
|
|
"
|
|
|
|
SCRIPT_FILES="
|
|
install-ngxblocker
|
|
setup-ngxblocker
|
|
update-ngxblocker
|
|
"
|
|
|
|
NGINX_DIRECTIVES="
|
|
server_names_hash_bucket_size
|
|
server_names_hash_max_size
|
|
limit_req_zone
|
|
limit_conn_zone
|
|
"
|