Published a year ago
Published a year ago
nAnderYang
Updated a year ago
0
如果safeline作为最前端,但是希http跳转至于https协议工作。希望增加该选项
安全合规的要求~80 作为兼容选项的时候会用到。
nAnderYang
Updated a year ago
0
if ($scheme = http) {
return 301 https://$server_name$request_uri;
}
Edit the site configure file, now is work.