示例:
listen 80;
#listen [::]:80;
server_name www.8dlive.com 8dlive.com;
index index.html index.htm index.php default.html default.htm default.php;
root /home/wwwroot/www.8dlive.com;
return 301 https://www.8dlive.com$request_uri;
我是这么做的,在root语句下面加上这句
return 301 https://www.8dlive.com$request_uri;
转载请注明:八度生活 » 网站升级https 301跳转