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
Look into nginx config file to be sure. This command greps for whatever is configured on your Machine:
cat /etc/nginx/sites-enabled/default |grep "root"
on my machine it was :root /usr/share/nginx/www;
root /usr/share/nginx/www;