Here is the quick snippet for enabling the sites for the new nginx virtual host.
sudo ln -s /etc/nginx/sites-available/example.com /etc/nginx/sites-enabled/ nginx -t sudo service nginx reload