mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
chore: mention nginx mapping in asgi documentation
Co-authored-by: David Larlet <david@larlet.fr>
This commit is contained in:
parent
76c13a61a6
commit
815ff046ff
1 changed files with 9 additions and 0 deletions
|
@ -22,6 +22,15 @@ location / {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Also add this mapping for the `$connection_upgrade` variable:
|
||||||
|
|
||||||
|
```
|
||||||
|
map $http_upgrade $connection_upgrade {
|
||||||
|
default upgrade;
|
||||||
|
'' close;
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## Uvicorn
|
## Uvicorn
|
||||||
|
|
||||||
Uvicorn must be installed in the umap virtualenv:
|
Uvicorn must be installed in the umap virtualenv:
|
||||||
|
|
Loading…
Reference in a new issue