forked from mitchellkrogza/nginx-ultimate-bad-bot-blocker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
include_filelist.txt
executable file
·50 lines (44 loc) · 1.35 KB
/
include_filelist.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# 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
"