1、查看 nginx是否安装 http_ssl_module 模块
nginx -V
如果出现 configure arguments: –with-http_ssl_module, 则已安装
=======未安装则安装https模块===========
2、进入nginx源码包,重新执行下面命令
./configure --with-http_ssl_module
make
make install
执行nginx -V
标签:http,ssl,nginx,module,Nginx,模块,SSL,安装
From: https://www.cnblogs.com/KL2016/p/16919594.html