X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/7c6a88295f8d33688c5a178fd5e6b317b000d91f..a049e8a7c6745513487e5811caf2ae3dd92d3a37:/settings/settings.php diff --git a/settings/settings.php b/settings/settings.php index edbe2604..ef2ebe4e 100644 --- a/settings/settings.php +++ b/settings/settings.php @@ -14,9 +14,9 @@ @define('CONST_Osmosis_Binary', CONST_BasePath.'/../osmosis-0.40.1/bin/osmosis'); // Website settings - @define('CONST_ClosedForIndexing', false); - @define('CONST_ClosedForIndexingExceptionIPs', ''); @define('CONST_BlockedIPs', ''); + @define('CONST_IPBanFile', CONST_BasePath.'/settings/ip_blocks'); + @define('CONST_WhitelistedIPs', ''); @define('CONST_BlockedUserAgents', ''); @define('CONST_BlockReverseMaxLoad', 15);