Adding apache vhost config change
This commit is contained in:
parent
a3e0fcf3bb
commit
1cd6f484cd
|
|
@ -1,6 +1,12 @@
|
||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
DocumentRoot /var/www/cmc-sales/app/webroot
|
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
|
# Send Apache logs to stdout/stderr for Docker
|
||||||
ErrorLog /dev/stderr
|
ErrorLog /dev/stderr
|
||||||
CustomLog /dev/stdout combined
|
CustomLog /dev/stdout combined
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue