Ubuntu 安装 Nginx 发布时间:2026/7/2 5:46:20 1、更新sudo apt update sudo apt upgrade -y2、安装sudo apt install nginx -y sudo systemctl start nginx sudo systemctl enable nginx