mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +00:00
TravisCI Build Numbering Test
This commit is contained in:
parent
b0457fc28d
commit
729e3e43f4
2 changed files with 6 additions and 6 deletions
|
@ -17,11 +17,11 @@
|
|||
### - https://github.com/oohnoitz/nginx-blacklist
|
||||
|
||||
### Last Updated
|
||||
### Sun Feb 19 13:19:03 SAST 2017
|
||||
### Sun Feb 19 13:23:01 SAST 2017
|
||||
### End Last Updated
|
||||
|
||||
### Generated in
|
||||
### 0.308162212372 seconds
|
||||
### 0.299953699112 seconds
|
||||
### End Generated in
|
||||
|
||||
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
|
||||
|
|
|
@ -17,11 +17,11 @@
|
|||
### - https://github.com/oohnoitz/nginx-blacklist
|
||||
|
||||
### Last Updated
|
||||
### Sun Feb 19 13:19:03 SAST 2017
|
||||
### Sun Feb 19 13:23:01 SAST 2017
|
||||
### End Last Updated
|
||||
|
||||
### Generated in
|
||||
### 0.308162212372 seconds
|
||||
### 0.299953699112 seconds
|
||||
### End Generated in
|
||||
|
||||
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
|
||||
|
@ -879,7 +879,7 @@ map $http_referer $bad_referer {
|
|||
# have to keep putting your whitelisted domains here when updating.
|
||||
|
||||
# START WHITELISTED DOMAINS ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/travis/nginx/bots.d/whitelist-domains.conf;
|
||||
include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/travisCI/nginx/bots.d/whitelist-domains.conf;
|
||||
# END WHITELISTED DOMAINS ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
||||
# START BAD REFERERS ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
@ -4859,7 +4859,7 @@ geo $validate_client {
|
|||
# have to keep putting your whitelisted IP addresses here when updating.
|
||||
|
||||
# START WHITELISTED IP RANGES ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/travis/nginx/bots.d/whitelist-ips.conf;
|
||||
include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/travisCI/nginx/bots.d/whitelist-ips.conf;
|
||||
# END WHITELISTED IP RANGES ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
||||
# ***********
|
||||
|
|
Loading…
Add table
Reference in a new issue