X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/3460a5c230308aa3c0bea66d2fa8502ce647dc36..2aba0ad4bc0a924337a2541e983d61a26cf67ce6:/docs/admin/Deployment-Python.md?ds=sidebyside 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.