V4.2019.07.1747 [ci skip]

This commit is contained in:
Travis 2019-07-04 09:50:50 +02:00
parent 35c982cb50
commit 21d4eca082
61 changed files with 1191 additions and 1198 deletions

View file

@ -1,13 +1,4 @@
##
# 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;
#user html;
worker_processes 1;
@ -35,6 +26,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;
#keepalive_timeout 0;
keepalive_timeout 65;