Nginx配置SSL证书时—nginx:[emerg]unknown directive

申请流程请参考:

https://www.cnblogs.com/lxf1117/p/6650647.html

部署到自己服务器:

报异常:[emerg]unknown directive ssl错误

处理方式:

1.备份当前nginx配置里面的配置文件 nginx.conf

2.从上次解压的nginx下载文件目录里面运行

第一步: 进入nginx解压文件目录

cd /home/lzh_fwq_bak/nginx-1.13.0/

第二步: 进入nginx解压文件目录

 参考这个地址:https://blog.csdn.net/weixin_38111957/article/details/81283121 配置ssl 模块

如果还是异常:nginx: [emerg] unknown directive "stub_status" in /usr/local/openresty/nginx/conf/conf.d/ngx_metric.conf:

重新执行命令1到命令4:命令1改为 ./configure --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module

你可能感兴趣的:(java)