nginx
JadePlus
大学本科
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Linux环境Nginx安装多版本PHP
因项目需要,今天在已经通过 yum 安装 PHP 7.2.17环境下,在安装一个PHP 5.6.40,使得环境满足多版本PHP而这个PHP 5.6.40 只能通过编译安装了,用惯了yum,编译安装真是让人保持心态平和,折腾了一天,终于成功。关键命令:[root@iZbp1319y2gcmn0mb0l7j8Z ~]# wget https://www.php.net/distribut...原创 2020-02-08 16:06:34 · 261 阅读 · 0 评论 -
nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead
今天从另外的服务器复制了一份Nginx的配置文件,想着拿来主义,没想到重启Nginx后收到了一个警告信息nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.d/gdyn.conf:53解决方法如下:#修改前lis...原创 2019-11-06 11:33:34 · 614 阅读 · 0 评论 -
nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead
[root@bogon ~]# nginx -vnginx version: nginx/1.16.0启动Nginx时,出现下面的警告信息nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.d/default.con...原创 2019-06-28 16:46:35 · 4917 阅读 · 1 评论
分享