Adding apache vhost config change

This commit is contained in:
Finley Ghosh 2025-11-20 01:04:54 +11:00
parent a3e0fcf3bb
commit 1cd6f484cd

View file

@ -1,6 +1,12 @@
<VirtualHost *:80>
DocumentRoot /var/www/cmc-sales/app/webroot
<Directory /var/www/cmc-sales/app/webroot>
Options FollowSymLinks
AllowOverride All
Require all granted
</Directory>
# Send Apache logs to stdout/stderr for Docker
ErrorLog /dev/stderr
CustomLog /dev/stdout combined