nginx 域名重定向
2022-08-22 本文已影响0人
苍老师的眼泪
if ($host ~ '^chechechakeji.com'){
return 307 https://www.chechechakeji.com$request_uri;
}
if ($host ~ '^chechechakeji.com'){
return 307 https://www.chechechakeji.com$request_uri;
}