This commit is contained in:
Dallas Lu 2026-06-05 12:57:26 +08:00
parent 8c0e6e29a1
commit 377516ab62
No known key found for this signature in database
2 changed files with 46 additions and 0 deletions

4
http/websocket-map.conf Normal file
View file

@ -0,0 +1,4 @@
map $http_upgrade $connection_upgrade {
default upgrade;
'' close;
}