From 5e84920aace5dcd062ab71358a9c233470794899 Mon Sep 17 00:00:00 2001 From: Mario Alegre Date: Wed, 10 Feb 2021 03:25:25 -0500 Subject: [PATCH] deleted the wrong file --- startpage/assets/config.php | 40 ------------------------------------- startpage/assets/site.conf | 9 +++++++++ 2 files changed, 9 insertions(+), 40 deletions(-) delete mode 100644 startpage/assets/config.php create mode 100644 startpage/assets/site.conf diff --git a/startpage/assets/config.php b/startpage/assets/config.php deleted file mode 100644 index e7de6cc..0000000 --- a/startpage/assets/config.php +++ /dev/null @@ -1,40 +0,0 @@ - diff --git a/startpage/assets/site.conf b/startpage/assets/site.conf new file mode 100644 index 0000000..dc014fb --- /dev/null +++ b/startpage/assets/site.conf @@ -0,0 +1,9 @@ + + DocumentRoot /var/www/html/startpage + + #LogLevel info ssl:warn + ErrorLog ${APACHE_LOG_DIR}/error.log + CustomLog ${APACHE_LOG_DIR}/access.log combined + + +# vim: syntax=apache ts=4 sw=4 sts=4 sr noet