X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/2c24ba6d2dd2d788ecf359eae23bad1e56ab62b2..738e99ce71b165e9fddb3381ba683fb5fd9b7298:/docs/admin/Deployment-PHP.md diff --git a/docs/admin/Deployment-PHP.md b/docs/admin/Deployment-PHP.md index 0e253d3d..3ff86dad 100644 --- a/docs/admin/Deployment-PHP.md +++ b/docs/admin/Deployment-PHP.md @@ -8,13 +8,13 @@ PHP scripts. This section gives a quick overview on how to configure Apache and Nginx to serve Nominatim. It is not meant as a full system administration guide on how to run a web service. Please refer to the documentation of -[Apache](http://httpd.apache.org/docs/current/) and +[Apache](https://httpd.apache.org/docs/current/) and [Nginx](https://nginx.org/en/docs/) for background information on configuring the services. !!! Note - Throughout this page, we assume that your Nominatim project directory is - located in `/srv/nominatim-project` and that you have installed Nominatim + Throughout this page, we assume your Nominatim project directory is + located in `/srv/nominatim-project` and you have installed Nominatim using the default installation prefix `/usr/local`. If you have put it somewhere else, you need to adjust the commands and configuration accordingly.