This commit is contained in:
Dallas Lu 2026-06-09 14:41:15 +08:00
parent c50569d73e
commit a624163120
No known key found for this signature in database
27 changed files with 215 additions and 6 deletions

View file

@ -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;