forked from hans/Nominatim
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