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 "= ADDING VHOST TO APACHE ="
|
||||
vhost="<VirtualHost *:80>
|
||||
ServerName $hostname
|
||||
ServerName $hostname.vagrant.vm
|
||||
DocumentRoot $public
|
||||
<Directory $path>
|
||||
AllowOverride All
|
||||
|
|
Reference in a new issue