标签: nginx
我正在尝试从脚本启动nginx,并希望看到它在前台运行。
运行脚本时它已经运行了。因此,我正在尝试以下内容:
nginx -s stop sleep 5 nginx -g 'daemon off;'
问题是它仍然作为一个守护程序运行 - 而不是在前台。它结束了这个过程吗?