I've only had my Linode set up for a couple weeks now. I don't know when exactly it happened but the instructions for Configuring Name Based Virtual Hosts in this guide
https://www.linode.com/docs/websites/hosting-a-website have changed since my initial set up.
It's basically the same but the big difference I see is that now this guide is putting virtual hosts in the /var/www/ directory. When I set up my hosts a couple weeks ago this same guide said to put virtual hosts in /home/user/public/mydomain.com/
so my DocumentRoot in my .conf files look like:
DocumentRoot /home/user/public/mydomain.com/public
The DocumentRoot in the current version of .conf code in the guide look like :
DocumentRoot /var/www/example.com/public_html
Why would this have changed?
What is the difference between these two different DocumentRoots?
Is is better to file in /var/www/?
Does having multiple Virtual Hosts affect where they should be filed?