Fixing Travis - unable to access /var/log/nginx/error.log

This commit is contained in:
Mitchell Krog 2017-02-07 18:04:18 +02:00
parent e6d9ab3950
commit 38dd539fbe

View file

@ -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"
# Start nginx.
nginx -c "$DIR/nginx/nginx.conf" -p "$DIR/nginx"
nginx -p . -g 'error_log error.log;'
nginx -c "$DIR/nginx/nginx.conf"