I just found that my nginx syntax was not correct:
location /news { rewrite ^(.*)$ /blog redirect;}
I want to redirect mysite.com/news to mysite.com/blog but that code was redirecting more pages to blog.
Anyone can help me explaining the error and tell me how to correctly redirect?
thanks