摘要:
nginx运行状态查看 查看80端口占用情况:netstat -tunlp | grep 80 # 查看进程是否运行ps -A | grep nginx # 强制关闭nginxpkill nginx 【开始安装】(引自网络教程) https://www.runoob.com/linux/nginx- 阅读全文
posted @ 2022-08-24 16:46 brad1208 阅读(2687) 评论(0) 推荐(0) 编辑
posted @ 2022-08-24 16:46 brad1208 阅读(2687) 评论(0) 推荐(0) 编辑
posted @ 2022-08-24 13:43 brad1208 阅读(28) 评论(0) 推荐(0) 编辑