首页 > 其他 > 详细

nginx 部署问题

时间:2020-03-10 15:30:31      阅读:52      评论:0      收藏:0      [点我收藏+]

If you get following error, when you try to start nginx…

Then it means nginx or some other process is already using port 80.

You can kill it using:

sudo fuser -k 80/tcp

And then try restarting nginx again:

service nginx start

nginx 部署问题

原文:https://www.cnblogs.com/plusUltra/p/12455372.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!