update Vagrantfile

create link to map directory at right position
This commit is contained in:
Kasper D. Fischer 2022-02-27 22:36:18 +01:00
parent a1e044c082
commit a2713522c9

2
Vagrantfile vendored
View File

@ -8,7 +8,7 @@ Vagrant.configure("2") do |config|
sudo apt-get -y install nginx
echo "Starting nginx..."
sudo ln -s /vagrant/www /usr/share/nginx/html/map
sudo ln -s /vagrant/www /var/www/html/map
sudo cp /vagrant/www/index.html.en /vagrant/www/index.html
sudo useradd -s /bin/false nginx
sudo service nginx restart