xsnow
机遇总是留给有准备的人

提示错误

解决方法

查看端口占用情况

lsof -i:8080



删除8080端口进程

kill -9:834

重新启动nginx

sudo nginx -c /usr/local/etc/nginx/nginx.conf
sudo nginx -s reload
posted on 2019-09-27 17:23  xsnow  阅读(8302)  评论(0编辑  收藏  举报