2018-12-21 14:50:46 +00:00
|
|
|
<VirtualHost *:80>
|
|
|
|
ServerAdmin amcclure@ttm.sh
|
|
|
|
ServerName thunix.cf
|
2018-12-22 03:21:27 +00:00
|
|
|
DocumentRoot /var/www/html
|
2018-12-21 14:50:46 +00:00
|
|
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
|
|
|
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
|
|
|
</VirtualHost>
|