V4.2019.07.1738 [ci skip]

This commit is contained in:
Travis 2019-07-02 15:16:49 +02:00
parent 2d559b3842
commit 37131b4364
63 changed files with 1208 additions and 1172 deletions

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION #
###################################################
### Version: V4.2019.07.1737
### Updated: Tue Jul 2 14:42:09 SAST 2019
### Version: V4.2019.07.1738
### Updated: Tue Jul 2 15:04:35 SAST 2019
### Bad Referrer Count: 6717
### Bad Bot Count: 556
###################################################

View file

@ -6,8 +6,10 @@ server {
charset UTF-8;
# Nginx Bad Bot Blocker Includes
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
##
# Nginx Bad Bot Blocker Includes
# REPO: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
##
include /etc/nginx/bots.d/ddos.conf;
include /etc/nginx/bots.d/blockbots.conf;

View file

@ -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/conf.d/botblocker-nginx-settings.conf;
include /etc/nginx/conf.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/conf.d/botblocker-nginx-settings.conf;
include /etc/nginx/conf.d/globalblacklist.conf;
}