摘要: 非 root 用户设置环境变量:在< .bash_profile >中设置 后台运行:nohup dosomething >> log.out & nginx 启动nginx:nginx -c <configpath> 重启nginx:nginx -s reload 停止nginx:pkill -9 阅读全文
posted @ 2019-06-11 16:33 catyuang 阅读(361) 评论(0) 推荐(0) 编辑