aboutsummaryrefslogtreecommitdiff
path: root/template/nginx/websocket.conf
diff options
context:
space:
mode:
Diffstat (limited to 'template/nginx/websocket.conf')
-rw-r--r--template/nginx/websocket.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/template/nginx/websocket.conf b/template/nginx/websocket.conf
deleted file mode 100644
index 32af4c3..0000000
--- a/template/nginx/websocket.conf
+++ /dev/null
@@ -1,4 +0,0 @@
-map $http_upgrade $connection_upgrade {
- default upgrade;
- '' close;
-}