haoyangmao8 发表于 2019-1-20 14:11:02

重启nginx报错

配置好了TSL1.3,用命令重启nginx报错提示下图https://ws1.sinaimg.cn/large/d709602aly1fzd0pffn5hj20m802oq2q.jpg
然而第14行是:ssl on;

https://ws1.sinaimg.cn/large/d709602aly1fzd0r883qij20m0044jr7.jpg

最后我注释掉了 ssl on
然后再重启才正常,这样有什么问题么,为什么会这样呢!

licess 发表于 2019-1-20 17:22:34

上面已经明确给出你原因了 nginx: the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in
从nginx 1.15.0 开始ssl on已经移除,不需要再添加
Changes with nginx 1.15.0                                        05 Jun 2018

    *) Change: the "ssl" directive is deprecated; the "ssl" parameter of the
       "listen" directive should be used instead.

haoyangmao8 发表于 2019-1-20 21:14:43

回复 2# 的帖子

谢谢大佬,这下我就放心了。
页: [1]
查看完整版本: 重启nginx报错