目录
- linux上查找nginx所在位置
- Linux查找并启动nginx
- 总结
Linux上查找nginx所在位置
可以使用
ps -ef|grep nginx
Linux查找并启动nginx
nginWGndwzSx的配置编程放在nginx.conf文件中
一般我们可以使android用以下命令查看服务器中存在的nginx.conf文件
locate nginx.conf
- 或
ps aux|grep nginx
拿到路径后进入sbjsin目录
./nginx
启动pkill -9 nginx
强行停止./nginx -s reload
重启
总结
以上为个人经验,希望能给大家一个参考,也希望大家多多支持编程客栈(www.cppythonpcns.com)。
精彩评论