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