Add 'sh/http.conf'
This commit is contained in:
parent
089f7788e6
commit
c25f77e4af
|
@ -0,0 +1,7 @@
|
|||
<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>
|
Loading…
Reference in New Issue