大概意思就是说80端口被占用了,解决办法就是杀掉nginx进程 然后重启nginx kill –9 nginx进程号 ( 这个进程号可以用top查看) /root/lnmp restart ok 问题解决