mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-03 19:20:16 +00:00
Fixing Travis - unable to access /var/log/nginx/error.log
This commit is contained in:
parent
e6d9ab3950
commit
38dd539fbe
1 changed files with 2 additions and 1 deletions
|
@ -61,4 +61,5 @@ tpl "$DIR/blockbots.tpl.conf" "$DIR/nginx/bots.d/blockbots.conf"
|
||||||
tpl "$DIR/ddos.tpl.conf" "$DIR/nginx/bots.d/ddos.conf"
|
tpl "$DIR/ddos.tpl.conf" "$DIR/nginx/bots.d/ddos.conf"
|
||||||
|
|
||||||
# Start nginx.
|
# Start nginx.
|
||||||
nginx -c "$DIR/nginx/nginx.conf" -p "$DIR/nginx"
|
nginx -p . -g 'error_log error.log;'
|
||||||
|
nginx -c "$DIR/nginx/nginx.conf"
|
Loading…
Add table
Reference in a new issue