Zend certified PHP/Magento developer

Unable to access magento on local machine

I’m installing a magento on my local ubuntu vm to play around with it. I have successfully installed it but accessing it with local domain is not working.

I have added xyz.com as local domain in the ngix config as below.

enter image description here

And in the magento installation, I hav set the base-url to xyz.com as well.

enter image description here

But when I try to access xyz.com from the browser, instead of my magento website, it goes to the actual xyz.com from the internet.

Did I miss anything to be configured?