mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +00:00
Fixing Travis - Last Try for Today (still have errors with nginx error.log)
This commit is contained in:
parent
24771d2c51
commit
db2cccd008
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ mkdir "$DIR/nginx"
|
|||
mkdir "$DIR/nginx/sites-enabled"
|
||||
mkdir "$DIR/var"
|
||||
mkdir "$DIR/nginx/bots.d"
|
||||
#mkdir "$DIR/nginx/conf.d"
|
||||
mkdir "$DIR/nginx/custom.d"
|
||||
#mkdir "$DIR/tmp"
|
||||
|
||||
# Configure the PHP handler.
|
||||
|
@ -56,7 +56,7 @@ fi
|
|||
tpl "$DIR/nginx.tpl.conf" "$DIR/nginx/nginx.conf"
|
||||
tpl "$DIR/fastcgi.tpl.conf" "$DIR/nginx/fastcgi.conf"
|
||||
tpl "$DIR/default-site.tpl.conf" "$DIR/nginx/sites-enabled/default-site.conf"
|
||||
tpl "$DIR/globalblacklist.tpl.conf" "$DIR/nginx/conf.d/globalblacklist.conf"
|
||||
tpl "$DIR/globalblacklist.tpl.conf" "$DIR/nginx/custom.d/globalblacklist.conf"
|
||||
tpl "$DIR/blockbots.tpl.conf" "$DIR/nginx/bots.d/blockbots.conf"
|
||||
tpl "$DIR/ddos.tpl.conf" "$DIR/nginx/bots.d/ddos.conf"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue