Nginx 转发 HTTPS 请求

Nginx HTTPS About 116 words

说明

对于https请求,与http请求一样,使用proxy_pass即可(不包括自签名HTTPS证书)。

配置

location /api/ {
    proxy_pass https://test.example.com;
}
Views: 170 · Posted: 2024-09-07

————        END        ————

Give me a Star, Thanks:)

https://github.com/fendoudebb/LiteNote

扫描下方二维码关注公众号和小程序↓↓↓

扫描下方二维码关注公众号和小程序↓↓↓


Today On History
Browsing Refresh