Files
timebank-cc-public/docker/apache/000-default.conf
Ronald Huynen 2547717edb Initial commit
2026-03-23 21:37:59 +01:00

14 lines
350 B
Plaintext

<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html/public
<Directory /var/www/html/public>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>