Solution:
Nginx Configuration is located on
/etc/nginx/sites-enabled/site1.com
If you got error when restarting nginx service, try this sudo nginx -c /etc/nginx/nginx.conf -t So you can track down syntax that cause the error.
sudo nginx -c /etc/nginx/nginx.conf -t