nginx访问https接口配置方法

location /aaa/ {
        proxy_pass         https://bbb.com/;
        proxy_ssl_certificate        certs/ccc.cer;
        proxy_ssl_certificate_key    certs/ccc.key;       
       
    }
posted @ 2021-02-22 10:10  ming_question  阅读(558)  评论(0编辑  收藏  举报