nginx 报错 : [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead 的解决方
2019-10-04 | 技术 | sun | 1364°c
A+ A-
编辑nginx.conf
找到ssl on;
改成listen 443 ssl;
然后运行 nginx -s reload
即可!
本文来源:一江山水的随笔
本文地址:https://blog.298.name/post/35.html
主要内容:nginx 报错 : [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead 的解决方
版权声明:如无特别注明,转载请注明本文地址!