一、安装部署与基础环境准备 1.1 安装方式选择 主流安装方案包含源码编译与预编译包两种方式。源码编译适合需要定制模块的场景,通过./configure --prefix=/usr/local/nginx --with-http_ssl_module等参数启用特定……