How to Redirect IP Address to Domain?

I am on Nginx only,

ls /etc/nginx/conf.d/

rewrite ^/oldpage$ http://www.domain.com/newpage redirect;

what!!! Can you please explain your answer