pad/conf/nginx/conf.d/websocket-connupgrade.conf

5 lines
114 B
Plaintext
Raw Permalink Normal View History

2022-04-07 12:29:27 +02:00
# we're in the http context here
map $http_upgrade $connection_upgrade {
default upgrade;
'' close;
}