一、HTTPS服务部署基础 1.1 SSL模块编译与验证 在构建HTTPS服务时,Nginx必须包含--with-http_ssl_module编译参数。可通过以下命令验证模块支持: [root@web02 ~]# nginx -V 2>&1 | grep -o with-http_ssl_……