Build/docker/data/000-default.conf
Dennis Eichhorn 08b1d61f04
Some checks failed
CI / linting (push) Has been cancelled
restructrue
2024-06-13 15:39:48 +02:00

13 lines
383 B
Plaintext

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