Nginx 的 SSL 模块安装

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

 

 

 
posted @ 2022-11-23 19:49  KLAPT  阅读(250)  评论(0编辑  收藏  举报