mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-10 23:34:41 +00:00
V4.2019.06.1641 [ci skip]
This commit is contained in:
parent
08135b00aa
commit
fef860bcac
28 changed files with 1541 additions and 1535 deletions
|
@ -13,8 +13,10 @@
|
|||
# Version 1.1
|
||||
# ! new directives also to be added to include_filelist.txt ! #
|
||||
|
||||
server_names_hash_bucket_size 128;
|
||||
server_names_hash_bucket_size 256;
|
||||
server_names_hash_max_size 4096;
|
||||
variables_hash_max_size 4096;
|
||||
variables_hash_bucket_size 4096;
|
||||
limit_req_zone $binary_remote_addr zone=flood:50m rate=90r/s;
|
||||
limit_conn_zone $binary_remote_addr zone=addr:50m;
|
||||
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2019.06.1639
|
||||
### Updated: Thu Jun 27 12:07:19 SAST 2019
|
||||
### Version: V4.2019.06.1640
|
||||
### Updated: Thu Jun 27 12:22:43 SAST 2019
|
||||
### Bad Referrer Count: 6713
|
||||
### Bad Bot Count: 556
|
||||
###################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue