linux - fix daemon directive and rights on /etc/nginx
This commit is contained in:
@@ -84,7 +84,7 @@ fi
|
||||
|
||||
# run nginx
|
||||
echo "[*] Running nginx ..."
|
||||
nginx &
|
||||
nginx -g 'daemon off;' &
|
||||
pid="$!"
|
||||
|
||||
# autotest
|
||||
|
||||
Reference in New Issue
Block a user