请教一个 nginx 反向代理 https 的问题

如题所述

Nginx 自动跳转到HTTPS:https://www.gworg.com/ssl/167.html
或者
server {
listen 80;
server_name account.xxx.com;

location / {
rewrite (.*) https://account.xxx.com$1 permanent;
}
}
温馨提示:答案为网友推荐,仅供参考
相似回答