Create apache-config.conf

This commit is contained in:
phermeys
2023-12-23 16:47:53 -08:00
committed by GitHub
parent 1c33de9fb0
commit fdfc764f12

13
apache-config.conf Normal file
View File

@ -0,0 +1,13 @@
# apache-config.conf
<VirtualHost *:80>
DocumentRoot /mnt/smb
<Directory /mnt/smb>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>