Nginx: Job for nginx.service failed because the control process exited

前端 未结 19 1076
予麋鹿
予麋鹿 2021-01-29 19:31

I got a problem which I have been trying to fix for a few days now and I don\'t know what to do, have been looking for answers but all of those I found didn\'t help me.

19条回答
  •  抹茶落季
    2021-01-29 20:19

    • use these command to

      1. sudo service apache2 stop

      2. sudo apt-get purge apache2

      3. sudo apt-get update

      4. sudo apt-get install nginx

      5. sudo service nginx restart

提交回复
热议问题