Skip to content

Commit 7656bf7

Browse files
author
Matthew Plant
committed
Updated document root and log path settings to match previous committed fixes.
1 parent a6be972 commit 7656bf7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

puppet/modules/magento/files/vhost_magento

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# vim: syntax=apache
22
<VirtualHost *:80>
3-
DocumentRoot "/vagrant/magento"
3+
DocumentRoot "/vagrant/www/magento"
44
ServerName vagrant-magento
5-
<Directory "/vagrant/magento">
5+
<Directory "/vagrant/www/magento">
66
Options +FollowSymLinks
77
AllowOverride All
88
Order allow,deny
@@ -18,6 +18,6 @@
1818
RewriteRule .* /index.php
1919
</Directory>
2020
SetEnv MAGE_IS_DEVELOPER_MODE ""
21-
ErrorLog /var/log/apache2/magento/error.log
22-
CustomLog /var/log/apache2/magento/access.log combined
21+
ErrorLog /var/log/apache2/error.log
22+
CustomLog /var/log/apache2/access.log combined
2323
</VirtualHost>

0 commit comments

Comments
 (0)