I have worked with Apache before, so I am aware that the default public web root is typically /var/www/.
/var/www/
I recently started working with nginx, but I ca
For nginx/1.4.6 (Ubuntu)
/etc/nginx$ cat /etc/nginx/sites-available/default | grep -i root - root /usr/share/nginx/html;