mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-07 10:34:08 +00:00
uvicorn.org vs www.uvicorn.org
correct link
This commit is contained in:
@@ -37,7 +37,7 @@ cd Nominatim
|
|||||||
```
|
```
|
||||||
|
|
||||||
The recommended way to deploy a Python ASGI application is to run
|
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
|
together with [gunicorn](https://gunicorn.org/) HTTP server. We use
|
||||||
Falcon here as the web framework.
|
Falcon here as the web framework.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user