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