X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/aff43fb1a3b193f853ddd74a490cdff529d0af67..f289db9bfe21c5a725e751be98e2b824026e2310:/docs/admin/Deployment-PHP.md diff --git a/docs/admin/Deployment-PHP.md b/docs/admin/Deployment-PHP.md index 92c1a4ec..9416c53e 100644 --- a/docs/admin/Deployment-PHP.md +++ b/docs/admin/Deployment-PHP.md @@ -1,5 +1,8 @@ # Deploying Nominatim using the PHP frontend +!!! danger + The PHP frontend is deprecated and will be removed in Nominatim 5.0. + The Nominatim API is implemented as a PHP application. The `website/` directory in the project directory contains the configured website. You can serve this in a production environment with any web server that is capable to run @@ -8,7 +11,7 @@ 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.