一、Nginx部署环境准备 1.1 系统基础环境构建 在Ubuntu/Debian系统上执行以下操作完成环境初始化: # 更新软件包索引并安装编译工具链sudo apt update && sudo apt install -y \ build-essential \ ……