From: Sarah Hoffmann Date: Sun, 24 Nov 2024 08:09:59 +0000 (+0100) Subject: Merge pull request #3600 from clavisound/master X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/5d237a06ea2ac70ae84670048ab3b713af3d43ae?hp=79836e51d63b907ef2c42a00c15b6ba9b2cd6fa9 Merge pull request #3600 from clavisound/master uvicorn.org vs www.uvicorn.org --- diff --git a/docs/admin/Deployment-Python.md b/docs/admin/Deployment-Python.md index 5932f4e6..463e15c0 100644 --- a/docs/admin/Deployment-Python.md +++ b/docs/admin/Deployment-Python.md @@ -37,7 +37,7 @@ cd Nominatim ``` The recommended way to deploy a Python ASGI application is to run -the ASGI runner [uvicorn](https://uvicorn.org/) +the ASGI runner [uvicorn](https://www.uvicorn.org/) together with [gunicorn](https://gunicorn.org/) HTTP server. We use Falcon here as the web framework.