]> git.openstreetmap.org Git - nominatim.git/commitdiff
remove host from default website URL
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 16 Sep 2020 09:13:51 +0000 (11:13 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 16 Sep 2020 09:13:51 +0000 (11:13 +0200)
Just assume that Nominatim runs under the root URL. This is a
more versatile base that also makes 'make serve' work out of the
box.

settings/defaults.php

index 7a7a1e6f757f7591b6dfdd813a13ffd29f8c5429..02b11237f34c4b3d9353a18e07b74c8f88533ce8 100644 (file)
@@ -85,7 +85,7 @@ if (file_exists(CONST_InstallPath.'/settings/local.php')) require_once(CONST_Ins
 // Website settings
 @define('CONST_NoAccessControl', true);
 
-@define('CONST_Website_BaseURL', 'http://'.php_uname('n').'/');
+@define('CONST_Website_BaseURL', '/');
 // Language to assume when none is supplied with the query.
 // When set to false, the local language (i.e. the name tag without suffix)
 // will be used.