]> git.openstreetmap.org Git - nominatim.git/blobdiff - vagrant/Install-on-Ubuntu-18.sh
vagrant: setting website URL is not longer necessary
[nominatim.git] / vagrant / Install-on-Ubuntu-18.sh
index 52f01715ef33d42dde5870cd356e5704af320882..bdf3005615f72755033a6ce21839522ca5fc7d58 100755 (executable)
@@ -160,16 +160,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: