Update 'roles/webserver/files/etc/apache2/sites-available/www.thunix.cf.conf'

This commit is contained in:
ubergeek 2018-12-22 10:27:46 -05:00
parent a2cf56ae10
commit cf01d0b170

View File

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