启动nginx遇到的问题

输入 sudo nginx

结果出现如下

nginx: [emerg] open() "/etc/nginx/nginx.conf" failed (2: No such file or directory)

解决方法:

sudo apt-get --purge remove nginx-common 

sudo apt-get --purge remove nginx*

sudo apt-get autoremove

sudo apt install nginx

你可能感兴趣的:(启动nginx遇到的问题)