5 lines
114 B
Plaintext
5 lines
114 B
Plaintext
|
# we're in the http context here
|
||
|
map $http_upgrade $connection_upgrade {
|
||
|
default upgrade;
|
||
|
'' close;
|
||
|
}
|