赞
踩
Nginx环境下301强制http全站跳转https设置方法: 打开宝塔面板,网站,配置文件,加上下面代码
if ($scheme = http ) {return 301 https://$host$request_uri;}