]> git.openstreetmap.org Git - nominatim.git/blobdiff - vagrant/Install-on-Ubuntu-20.sh
vagrant: setting website URL is not longer necessary
[nominatim.git] / vagrant / Install-on-Ubuntu-20.sh
index a6cc3706c2a37354cbcc781b96c0c9ed0c8f720e..a05cc9fe881bed6d0bb9f6856711b128421053a9 100644 (file)
@@ -161,16 +161,6 @@ EOFAPACHECONF
     sudo a2enconf nominatim
     sudo systemctl restart apache2
 
-# You need to create a minimal configuration file that tells nominatim
-# where it is located on the webserver:
-
-#DOCS:```sh
-tee settings/local.php << EOF
-<?php
- @define('CONST_Website_BaseURL', '/nominatim/');
-EOF
-#DOCS:```
-
 # The Nominatim API is now available at `http://localhost/nominatim/`.
 
 fi   #DOCS: