Nginx 转发 HTTPS 请求
Nginx HTTPS About 116 words说明
对于https
请求,与http
请求一样,使用proxy_pass
即可(不包括自签名HTTPS
证书)。
配置
location /api/ {
proxy_pass https://test.example.com;
}
Views: 282 · Posted: 2024-09-07
————        END        ————
Give me a Star, Thanks:)
https://github.com/fendoudebb/LiteNote扫描下方二维码关注公众号和小程序↓↓↓
Loading...