update
This commit is contained in:
parent
c50569d73e
commit
a624163120
27 changed files with 215 additions and 6 deletions
|
|
@ -1,3 +1,5 @@
|
|||
# Map Upgrade to a reusable Connection value so websocket locations can opt in
|
||||
# without hard-coding "upgrade" for every request.
|
||||
map $http_upgrade $connection_upgrade {
|
||||
default upgrade;
|
||||
'' close;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue