6 lines
201 B
Text
6 lines
201 B
Text
# 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;
|
|
}
|