X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/19360a95522828c733e4ab174da9a9147ae308bf..c4f30de7a30d6d17398e95143916d254caea56ea:/docs/admin/Advanced-Installations.md diff --git a/docs/admin/Advanced-Installations.md b/docs/admin/Advanced-Installations.md index 8bca2783..ac8da274 100644 --- a/docs/admin/Advanced-Installations.md +++ b/docs/admin/Advanced-Installations.md @@ -194,7 +194,7 @@ On the client side you now need to configure the import to point to the correct location of the library **on the database server**. Add the following line to your your `.env` file: -```php +``` NOMINATIM_DATABASE_MODULE_PATH="" ``` @@ -239,6 +239,6 @@ If you are using the legacy tokenizer you might also have to switch to the PostgreSQL module that was compiled on your target machine. If you get errors that PostgreSQL cannot find or access `nominatim.so` then rerun - nominatim refresh --functions + nominatim refresh --functions on the target machine to update the the location of the module.