main-backend/vhost.conf
Kwesi Banson Jnr d22ca2954b Initial commit
2026-02-19 07:04:15 +00:00

10 lines
311 B
Plaintext

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