hymn

忽有故人心头过,回首山河已是秋。

  menu
132 文章
0 浏览
1 当前访客
ღゝ◡╹)ノ❤️

解决安装 nginx时 不支持ssl

进入nginx 源代码目录
cd /usr/local/nginx/nginx-1.1.10
执行
./configure --prefix=/usr/local/nginx --with-http_ssl_module
make
make install

进入sbin 目录
执行
./nginx -t
./nginx -s reload

另:
启动
./nginx
停机
./nginx -s stop


标题:解决安装 nginx时 不支持ssl
作者:hymn
地址:https://dxyhymn.com/articles/2020/07/02/1593661274619.html