#不带www的跳转至www域名
if ($host !~* '^www.' ) {
rewrite ^/(.*)$ $scheme://www.$host/$1 permanent;
}
Last modification:April 12, 2022
如果觉得我的文章对你有用,请随意赞赏