查看端口占用情况
lsof -i:8080
删除8080端口进程
kill -9:834
sudo nginx -c /usr/local/etc/nginx/nginx.conf sudo nginx -s reload