mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-09 13:55:41 +00:00
V4.2019.07.1738 [ci skip]
This commit is contained in:
parent
2d559b3842
commit
37131b4364
63 changed files with 1208 additions and 1172 deletions
|
@ -16,6 +16,15 @@ http {
|
|||
|
||||
sendfile on;
|
||||
tcp_nopush on;
|
||||
|
||||
|
||||
##
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
##
|
||||
include /etc/nginx/myconf.d/botblocker-nginx-settings.conf;
|
||||
include /etc/nginx/myconf.d/globalblacklist.conf;
|
||||
|
||||
tcp_nodelay on;
|
||||
keepalive_timeout 65;
|
||||
types_hash_max_size 2048;
|
||||
|
@ -59,14 +68,6 @@ http {
|
|||
##
|
||||
|
||||
include /etc/nginx/sites-enabled/*;
|
||||
|
||||
|
||||
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
include /etc/nginx/myconf.d/botblocker-nginx-settings.conf;
|
||||
include /etc/nginx/myconf.d/globalblacklist.conf;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue