Sub server Redirection in Nginx

Hi,

I have create a sub server for my sub domain like “blog.example.com”.
I want to redirect all the traffic of my main server “example.com” to “blog.example.com”.
I am using Nginx as the Web Server. Can some please suggest me how can i achieve it ?

Thanks