linux - fix daemon directive and rights on /etc/nginx

This commit is contained in:
bunkerity
2021-06-23 14:06:39 +02:00
parent bcb8acc364
commit 4991922878
3 changed files with 9 additions and 7 deletions

View File

@@ -84,7 +84,7 @@ fi
# run nginx
echo "[*] Running nginx ..."
nginx &
nginx -g 'daemon off;' &
pid="$!"
# autotest