X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/82dbcbb12a1285e7b345e232196b02b9cae35f9a..27f7c7fd88e588c48c006b459d9912c23b4e13c0:/vagrant/Install-on-Ubuntu-20.sh?ds=sidebyside 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;