安装Nginx # 更新 sudo apt update # 安装nginx sudo apt install nginx 启动Nginx 安装好之后,可以使用下面的命令去启动Nginx # 启动nginx服务 sudo systemctl start nginx # 重启nginx服务 sudo