mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-06-19 08:29:26 +00:00
8 lines
225 B
Plaintext
8 lines
225 B
Plaintext
<VirtualHost *:80>
|
|
ServerAdmin amcclure@ttm.sh
|
|
ServerName ny.dyniform.net
|
|
DocumentRoot /var/www/dyniform
|
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
|
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
|
</VirtualHost>
|