nginx - nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)

前端 未结 18 1355
醉酒成梦
醉酒成梦 2020-11-28 17:36

All of a sudden I am getting the below nginx error

 * Restarting nginx
 * Stopping nginx nginx
   ...done.
 * Starting nginx nginx
nginx: [emerg] bind() to [         


        
18条回答
  •  自闭症患者
    2020-11-28 17:50

    In my case, one of the services either Apache, Apache2 or Nginx was already running and due to that I was not able to start the other service.

提交回复
热议问题