如何将 ngx_http_ssl_module 添加到 nginx 的编译版本

Prz*_*emo 5 nginx mod-pagespeed google-pagespeed nginx-config

我在我的服务器上设置 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 模块,但我不知道如何在不损坏我已有的其余配置的情况下进行操作。