2 # Index file and Document Root (where the public files are located)
3 DirectoryIndex index.html
4 DocumentRoot /mnt/public
8 ErrorLog ${APACHE_LOG_DIR}/error.log
9 CustomLog ${APACHE_LOG_DIR}/access.log combined
11 <Directory /mnt/public>
12 Options Indexes IncludesNoExec