mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-01 10:09:49 +00:00
27 lines
534 B
Text
Executable file
27 lines
534 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
|
|
"
|
|
|