nginx 错误 the "ssl" directive is deprecated 的解决方案

给 nginx 配置 https 时报错:

问题原因 nginx 新版本修改了 ssl 的配置方式,老的 ssl on 语法已经不推荐使用,建议使用以下形式开启 ssl:

低版本 nginx ... 阅读更多