最新消息:

网站升级https 301跳转

wordpress 梧桐 10662浏览 0评论

示例:

listen 80;
#listen [::]:80;
server_name www.attx.org attx.org;
index index.html index.htm index.php default.html default.htm default.php;
root /home/wwwroot/www.attx.org;
return 301 https://www.attx.org$request_uri;

我是这么做的,在root语句下面加上这句

return 301 https://www.attx.org$request_uri;

转载请注明:八度生活 » 网站升级https 301跳转

您必须 登录 才能发表评论!