From fdfc764f12d599478767933ec7f63c95e0339f2c Mon Sep 17 00:00:00 2001 From: phermeys <154031155+phermeys@users.noreply.github.com> Date: Sat, 23 Dec 2023 16:47:53 -0800 Subject: [PATCH] Create apache-config.conf --- apache-config.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 apache-config.conf diff --git a/apache-config.conf b/apache-config.conf new file mode 100644 index 0000000..af9d9f7 --- /dev/null +++ b/apache-config.conf @@ -0,0 +1,13 @@ +# apache-config.conf + + DocumentRoot /mnt/smb + + + Options Indexes FollowSymLinks + AllowOverride None + Require all granted + + + ErrorLog ${APACHE_LOG_DIR}/error.log + CustomLog ${APACHE_LOG_DIR}/access.log combined +