Update create-vhost.sh
This commit is contained in:
parent
42ca253820
commit
292f7e8ada
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ echo
|
||||||
echo
|
echo
|
||||||
echo "= ADDING VHOST TO APACHE ="
|
echo "= ADDING VHOST TO APACHE ="
|
||||||
vhost="<VirtualHost *:80>
|
vhost="<VirtualHost *:80>
|
||||||
ServerName $hostname
|
ServerName $hostname.vagrant.vm
|
||||||
DocumentRoot $public
|
DocumentRoot $public
|
||||||
<Directory $path>
|
<Directory $path>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
|
|
Reference in a new issue