From: Artem Ziablytskyi Date: Thu, 10 Mar 2022 09:57:26 +0000 (+0100) Subject: Fix API docs and Vagrant instructions to import data X-Git-Tag: v4.1.0~63^2~3 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/a79c1bda9b77635e31f228e031ecbb6465f8dff4 Fix API docs and Vagrant instructions to import data --- 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;