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