Change vhosts path
This commit is contained in:
parent
b23ab10d16
commit
454a8c8b03
1
lamp-precise64/.gitignore
vendored
Normal file
1
lamp-precise64/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/.vagrant/
|
@ -80,13 +80,13 @@ then
|
|||||||
cp /vagrant/data/test /vagrant/vhosts/test
|
cp /vagrant/data/test /vagrant/vhosts/test
|
||||||
if
|
if
|
||||||
|
|
||||||
if [ ! -f /home/vhosts/phpmyadmin.conf ]
|
if [ ! -f /vagrant/vhosts/phpmyadmin.conf ]
|
||||||
then
|
then
|
||||||
cp /vagrant/data/phpmyadmin.conf /home/vhosts/phpmyadmin.conf
|
cp /vagrant/data/phpmyadmin.conf /vagrant/vhosts/phpmyadmin.conf
|
||||||
fi
|
fi
|
||||||
if [ ! -f /home/vhosts/test.conf ]
|
if [ ! -f /vagrant/vhosts/test.conf ]
|
||||||
then
|
then
|
||||||
cp /vagrant/data/test.conf /home/vhosts/test.conf
|
cp /vagrant/data/test.conf /vagrant/vhosts/test.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Disable all website
|
# Disable all website
|
||||||
|
@ -74,13 +74,13 @@ then
|
|||||||
sudo mkdir /home/vhosts/test
|
sudo mkdir /home/vhosts/test
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -f /home/vhosts/phpmyadmin.conf ]
|
if [ ! -f /vagrant/vhosts/phpmyadmin.conf ]
|
||||||
then
|
then
|
||||||
cp /vagrant/data/phpmyadmin.conf /home/vhosts/phpmyadmin.conf
|
cp /vagrant/data/phpmyadmin.conf /vagrant/vhosts/phpmyadmin.conf
|
||||||
fi
|
fi
|
||||||
if [ ! -f /home/vhosts/test.conf ]
|
if [ ! -f /vagrant/vhosts/test.conf ]
|
||||||
then
|
then
|
||||||
cp /vagrant/data/test.conf /home/vhosts/test.conf
|
cp /vagrant/data/test.conf /vagrant/vhosts/test.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Disable all website
|
# Disable all website
|
||||||
|
1
lamp-trusty64/vhosts/.gitignore
vendored
Normal file
1
lamp-trusty64/vhosts/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/*.conf
|
Loading…
Reference in New Issue
Block a user