Add apache/apache2.conf

This commit is contained in:
Martijn de Boer 2024-08-12 17:43:27 +02:00
parent 926120023d
commit 06b5f141f0

10
apache/apache2.conf Normal file
View file

@ -0,0 +1,10 @@
ServerName localhost
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined