mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-17 02:29:49 +00:00
V4.2019.07.1744 [ci skip]
This commit is contained in:
parent
8d9362cc63
commit
c2131f6579
49 changed files with 1114 additions and 1077 deletions
|
@ -38,6 +38,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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue