nginx 301 跳转

nginx 301 跳转

server {
server_name 88885345.com;
rewrite ^/(.*) http://www.88885345.com/$1 permanent;
}