Update create-vhost.sh

This commit is contained in:
Axel 2018-09-25 13:02:07 +02:00 committed by GitHub
parent 42ca253820
commit 292f7e8ada
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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