Fix NGINX setup instructions
This commit is contained in:
parent
ee5265f4dd
commit
a02c8cf0bb
2 changed files with 7 additions and 0 deletions
|
@ -136,6 +136,11 @@ server {
|
|||
# [...]
|
||||
}
|
||||
|
||||
# This should be oustside the `server` block
|
||||
map $http_upgrade $connection_upgrade {
|
||||
default upgrade;
|
||||
'' close;
|
||||
}
|
||||
```
|
||||
|
||||
Optionally, you can serve static files using NGINX directly, with an additional `location` block.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue