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