nginx报错 the "ssl" directive is deprecated, use the "listen ... ssl"

淩亂°似流年 2023-07-20 05:47 123阅读 0赞

nginx报错 the “ssl” directive is deprecated, use the “listen … ssl”

如果使用listen 443 ssl,删除ssl on就行了。

改成

  1. server {
  2. listen 443 ssl;
  3. }

[体验前端面试题小程序]

在这里插入图片描述

发表评论

表情:
评论列表 (有 0 条评论,123人围观)

还没有评论,来说两句吧...

相关阅读