mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-11 07:44:42 +00:00
V4.2019.06.1673 [ci skip]
This commit is contained in:
parent
eebb8102f0
commit
c231aa6ace
50 changed files with 1665 additions and 1618 deletions
|
@ -1,2 +1,2 @@
|
|||
35.202.145.110 1;
|
||||
35.184.96.71 1;
|
||||
127.0.0.1 1;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
35.202.145.110 0;
|
||||
35.184.96.71 0;
|
||||
127.0.0.1 0;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2019.06.1672
|
||||
### Updated: Fri Jun 28 21:25:12 SAST 2019
|
||||
### Version: V3.2019.06.1673
|
||||
### Updated: Fri Jun 28 21:38:20 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
|
@ -58,9 +58,14 @@ http {
|
|||
# Virtual Host Configs
|
||||
##
|
||||
|
||||
include /etc/nginx/conf.d/*.conf;
|
||||
include /etc/nginx/sites-enabled/*;
|
||||
|
||||
|
||||
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
include /usr/local/nginx/conf.d/botblocker-nginx-settings.conf;
|
||||
include /usr/local/nginx/conf.d/globalblacklist.conf;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue