changed webroot

This commit is contained in:
ubergeek 2018-12-21 22:21:55 -05:00
parent 45f6c3122f
commit bca9e7e9a8

View File

@ -1,7 +1,7 @@
<VirtualHost *:80>
ServerAdmin amcclure@ttm.sh
ServerName www.thunix.cf
DocumentRoot /var/www/thunix/www
DocumentRoot /var/www/html
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>