From a79c1bda9b77635e31f228e031ecbb6465f8dff4 Mon Sep 17 00:00:00 2001 From: Artem Ziablytskyi Date: Thu, 10 Mar 2022 10:57:26 +0100 Subject: [PATCH 1/1] Fix API docs and Vagrant instructions to import data --- vagrant/Install-on-Ubuntu-20.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant/Install-on-Ubuntu-20.sh b/vagrant/Install-on-Ubuntu-20.sh index 06b8b5b8..68bd6b04 100755 --- a/vagrant/Install-on-Ubuntu-20.sh +++ b/vagrant/Install-on-Ubuntu-20.sh @@ -222,7 +222,7 @@ server { listen 80 default_server; listen [::]:80 default_server; - root $USERHOME/nominatim/website; + root $USERHOME/nominatim-project/website; index search.php index.html; location / { try_files \$uri \$uri/ @php; -- 2.39.5