我在服务器上设置 ssl 时遇到问题。我已经使用 modpagespeed 配置了 nginx(来自https://www.modpagespeed.com/doc/build_ngx_pagespeed_from_source的编译版本)
nginx: [emerg] the "ssl" parameter requires ngx_http_ssl_module in /usr/local/nginx/conf/nginx.conf
我需要添加 ngx_http_ssl_module 模块,但我不知道如何在不损坏我已经拥有的其余配置的情况下做到这一点。