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

@ -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;
}