nginx -c /etc/nginx/nginx.conf
看看端口是否被占用
若占用杀掉
ps -ef | grep nginx
kill ---
然后再用nginx -c /etc/nginx/nginx.conf
若没有出现问题 在进行重启就可
nginx -s reload