修改server段配置

server {
	if ( $host = 'vstary.com' ){  
		 rewrite ^/(.*)$ http://www.$host/$1 permanent;  
	}  
}

__注意__nginx语法检测比较严格,括号变量两侧的空格都需要