[SOLVED] Changing Web Interface Directory

So I am looking to expand the use of my Raspberry Pi and use it as a web server for more than just Brewpi. So I would like to move my Brewpi web files from /var/www/html to /var/www/html/brewpi. Before I mess up a great thing, I wanted to confirm if I could just move my files. Then, run sudo python ~/brewpi-tools/updater.py --ask and update my directory to /var/www/html/brewpi. Thank you in advanced.

So I moved all my files and as I expected it the script was no longer running. So I found and edited the following,

/home/brewpi/settings/config.cfg

And updated the following line.
wwwPath = /var/www/html/brewpi

Seems to be working now.