Files
QRForge-selfhosted/docker/config/vhost.conf
T
2022-08-28 10:24:07 +02:00

11 lines
268 B
Plaintext

<VirtualHost *:80>
DocumentRoot /var/www/html/
<Directory “/var/www/html/”>
AllowOverride all
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>