diff --git a/sh/http.conf b/sh/http.conf new file mode 100644 index 0000000..38c3273 --- /dev/null +++ b/sh/http.conf @@ -0,0 +1,7 @@ + + 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 + \ No newline at end of file