域名301跳转

vim /usr/local/nginx/conf/vhosts/test.conf

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

 /usr/local/nginx/sbin/nginx -t

 /usr/local/nginx/sbin/nginx -s reload(/etc/init.d/nginx reload)

posted @ 2015-11-25 19:23  沐风先生  阅读(94)  评论(0编辑  收藏  举报