mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-06-19 16:39:26 +00:00
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>
|