I'm wondering if I can change the root directory of an Ubuntu web server from:
/var/www/html
to:
/home/Janderson/magento
How would I do this? I want to access Magento when I go to localhost in my web browser, and not anything else.
This is not a production environment, it's a local development environment.