]> git.openstreetmap.org Git - nominatim.git/commitdiff
Fix API docs and Vagrant instructions to import data
authorArtem Ziablytskyi <a.ziablytskyi@sportradar.com>
Thu, 10 Mar 2022 09:57:26 +0000 (10:57 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 7 Apr 2022 14:37:51 +0000 (16:37 +0200)
vagrant/Install-on-Ubuntu-20.sh

index 06b8b5b813c62fc3436aab535856a08ee4534d75..68bd6b04e287f6ac8615492a13cdd3d535617f4f 100755 (executable)
@@ -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;