From c25f77e4afd8669fcad038280004ed9b31a0cdb0 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Thu, 8 Jul 2021 03:13:55 +0000 Subject: [PATCH] Add 'sh/http.conf' --- sh/http.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sh/http.conf 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