X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/ff341985699f8148bedf142bea9c5deddaa03b6f..b9b6b075cc3cc12daa5ba48742e010b3e5e9550e:/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 d04f5796..5fb52529 100755 --- a/vagrant/Install-on-Ubuntu-20.sh +++ b/vagrant/Install-on-Ubuntu-20.sh @@ -129,7 +129,7 @@ fi #DOCS: # ====================== # # The webserver should serve the php scripts from the website directory of your -# [project directory](../admin/import.md#creating-the-project-directory). +# [project directory](../admin/Import.md#creating-the-project-directory). # Therefore set up a project directory and populate the website directory: mkdir $USERHOME/nominatim-project @@ -244,6 +244,9 @@ server { EOF_NGINX_CONF #DOCS:``` +# If you have some errors, make sure that php7.4-fpm.sock is well under +# /var/run/ and not under /var/run/php. Otherwise change the Nginx configuration +# to /var/run/php/php7.4-fpm.sock. # # Enable the configuration and restart Nginx #