8 lines
226 B
Plaintext
8 lines
226 B
Plaintext
|
<VirtualHost *:80>
|
||
|
ServerAdmin amcclure@ttm.sh
|
||
|
ServerName thunix.cf
|
||
|
DocumentRoot /var/www/thunix/redirect
|
||
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||
|
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||
|
</VirtualHost>
|