提示错误
解决方法
查看端口占用情况
lsof -i:8080
删除8080端口进程
kill -9:834
重新启动nginx
sudo nginx -c /usr/local/etc/nginx/nginx.conf
sudo nginx -s reload
查看端口占用情况
lsof -i:8080
删除8080端口进程
kill -9:834
sudo nginx -c /usr/local/etc/nginx/nginx.conf
sudo nginx -s reload