在lnmpa上安装ssl证书除了Apache配置外,nginx也要配置吗,有相关的权威教程吗,谢谢
在lnmpa上安装ssl证书除了Apache配置外,nginx也要配置吗,我安装了一下,都没有成功,有相关的权威教程吗,谢谢 lnmpa下只需要在nginx上设置,配置文件参考:https://www.vpser.net/build/letsencrypt-free-ssl.html 上的,只需要参考你http站点的配置修改一下php解析部分为include proxy-pass-php.conf;也可以升级到1.4的lnmp管理工具直接 lnmp ssl add,lnmp管理工具升级方法:https://bbs.vpser.net/thread-14905-1-1.html
只需要参考你http站点的配置修改一下php解析部分为include proxy-pass-php.conf;
关于【只需要参考你http站点的配置修改一下php解析部分为include proxy-pass-php.conf;】,能指点得具体点吗,俺是小白,谢谢军哥 解析php部分就是location ~ [^/]\.php(/|$) { 到 下一个 } 或 include enable-php.conf;小白推荐按2楼方法进行升级
页:
[1]