7 lines
218 B
Plaintext
7 lines
218 B
Plaintext
|
<VirtualHost *:80>
|
||
|
ServerAdmin travis@sarimoko.com
|
||
|
ServerName sarimoko.com
|
||
|
DocumentRoot /var/www/sarimoko/html
|
||
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||
|
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||
|
</VirtualHost>
|