Create apache-config.conf
This commit is contained in:
13
apache-config.conf
Normal file
13
apache-config.conf
Normal 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>
|
||||
Reference in New Issue
Block a user