Apache/sh/http.conf

7 lines
218 B
Plaintext
Raw Permalink Normal View History

2021-07-08 03:13:55 +00:00
<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>