mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-01 18:19:55 +00:00
32 lines
609 B
Text
Executable file
32 lines
609 B
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
|
|
whitelist-ips.conf
|
|
whitelist-domains.conf
|
|
blacklist-user-agents.conf
|
|
blacklist-ips.conf
|
|
bad-referrer-words.conf
|
|
custom-bad-referrers.conf
|
|
"
|
|
|
|
VHOST_INCLUDES="
|
|
blockbots.conf
|
|
ddos.conf
|
|
"
|
|
|
|
SCRIPT_FILES="
|
|
install-ngxblocker
|
|
setup-ngxblocker
|
|
update-ngxblocker
|
|
"
|