mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
Fixing Travis
This commit is contained in:
parent
b391f170bd
commit
8761b9c473
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ server {
|
|||
error_log /tmp/error.log;
|
||||
|
||||
# Block Bad Bots
|
||||
include /etc/nginx/bots.d/blockbots.conf;
|
||||
include /etc/nginx/bots.d/ddos.conf;
|
||||
include {DIR}/nginx/bots.d/blockbots.conf;
|
||||
include {DIR}/nginx/bots.d/ddos.conf;
|
||||
|
||||
location ~* "\.php(/|$)" {
|
||||
include fastcgi.conf;
|
||||
|
|
Loading…
Add table
Reference in a new issue