之前
server { listen 443 ;
ssl on; }
运行有报错,但不影响使用
解决后
新版nginx采用新的方式进行监听https请求
原文:https://www.cnblogs.com/liabin/p/13272822.html