nginx-ultimate-bad-bot-blocker/include_filelist.txt
Stuart Cardall f3cf01e2ad
setup-ngxblocker: add check_wildcard() / $VHOST_INCLUDES
add check_wildcard() to setup-ngxblocker
add $VHOST_INCLUDES to include_filelist.txt

fixes https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/pull/43
2017-04-29 02:45:28 +00:00

27 lines
534 B
Text

# 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
"