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;}}
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;}}