Im new to system admin, and am wondering what my IP address corresponds to in terms of my root account. For example, when I SSH to my server, I can ls / and see directories bin, dev, home, var, etc… So when I load my server IP into a brower and see an empty "Index of/" listing, where do I need to go in my server files to add files to that web-root index? Hopefully what I am asking makes sense, I know this is a trivial question but I can't find where my web root resides within my server files, I've never had this much access before so I've never had to know this information before with previous servers. I thought it would be somewhere in /var/www/{sitename} but when I go to http://{my-ip}/var/www/{sitename} it returns 404.
EDIT: I figured out my own question