要让nginx在开机时自动启动,可以按照以下步骤进行设置:
sudo apt-get update sudo apt-get install nginx
sudo systemctl start nginx
sudo systemctl enable nginx
sudo systemctl stop nginx
sudo systemctl disable nginx
这样设置之后,nginx就会在系统开机时自动启动。