From e72179db4d2be0a29ddc29fa04369b79bce8212a Mon Sep 17 00:00:00 2001 From: Rolf Date: Tue, 1 Apr 2014 18:50:09 +0200 Subject: [PATCH] Update install.sh - document root Updated default document root to the "new" /var/www/html instead of /var/www --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index e20a82b..d191efa 100755 --- a/install.sh +++ b/install.sh @@ -34,8 +34,8 @@ echo "--- Enabling mod-rewrite ---" sudo a2enmod rewrite echo "--- Setting document root ---" -sudo rm -rf /var/www -sudo ln -fs /vagrant/public /var/www +sudo rm -rf /var/www/html +sudo ln -fs /vagrant/public /var/www/html echo "--- What developer codes without errors turned on? Not you, master. ---"