mirror of
https://github.com/axeloz/filesharing.git
synced 2025-05-06 18:13:55 +02:00
13 lines
261 B
Text
13 lines
261 B
Text
<VirtualHost *:80>
|
|
|
|
DocumentRoot /app/public
|
|
|
|
<Directory "/app/public">
|
|
AllowOverride all
|
|
Require all granted
|
|
</Directory>
|
|
|
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
|
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
|
|
|
</VirtualHost>
|