aboutsummaryrefslogtreecommitdiff
path: root/templates/nginx/websocket.conf
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2024-11-11 01:12:29 +0800
committerYuqian Yang <crupest@crupest.life>2025-01-20 23:24:41 +0800
commita293e50247ff6e61cd730b6ef02c287d9264f17b (patch)
tree0e5241878de3fc7cd36e4e5bcd2eac3ae1b063f6 /templates/nginx/websocket.conf
parentf81f0a9a586574aeeeca395d345ff9780c6fde68 (diff)
downloadcrupest-a293e50247ff6e61cd730b6ef02c287d9264f17b.tar.gz
crupest-a293e50247ff6e61cd730b6ef02c287d9264f17b.tar.bz2
crupest-a293e50247ff6e61cd730b6ef02c287d9264f17b.zip
HALF WORK: 2024.1.20 - 4
Diffstat (limited to 'templates/nginx/websocket.conf')
-rw-r--r--templates/nginx/websocket.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/nginx/websocket.conf b/templates/nginx/websocket.conf
deleted file mode 100644
index 32af4c3..0000000
--- a/templates/nginx/websocket.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-map $http_upgrade $connection_upgrade {
- default upgrade;
- '' close;
-}