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 +