摘要: 一般 nginx 配置 https ,只要两个证书就可以了,但是有时候有一个中间证书的东西,也是和外面的公司对接才知道,具体配置如下: server { listen 443 ssl; server_name xxx.xxx.com; #rewrite ^(.*)$ https://$host$1; 阅读全文
posted @ 2021-03-18 11:51 雪化山河 阅读(1784) 评论(0) 推荐(0)