We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6be972 commit 7656bf7Copy full SHA for 7656bf7
puppet/modules/magento/files/vhost_magento
@@ -1,8 +1,8 @@
1
# vim: syntax=apache
2
<VirtualHost *:80>
3
- DocumentRoot "/vagrant/magento"
+ DocumentRoot "/vagrant/www/magento"
4
ServerName vagrant-magento
5
- <Directory "/vagrant/magento">
+ <Directory "/vagrant/www/magento">
6
Options +FollowSymLinks
7
AllowOverride All
8
Order allow,deny
@@ -18,6 +18,6 @@
18
RewriteRule .* /index.php
19
</Directory>
20
SetEnv MAGE_IS_DEVELOPER_MODE ""
21
- ErrorLog /var/log/apache2/magento/error.log
22
- CustomLog /var/log/apache2/magento/access.log combined
+ ErrorLog /var/log/apache2/error.log
+ CustomLog /var/log/apache2/access.log combined
23
</VirtualHost>
0 commit comments