From eb848be9e1d9521f1aeac710481eb5888ca2ba58 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 27 Jan 2021 13:05:54 +0100 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 7 ------- 1 file changed, 7 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index ed1c830..f6859db 100755 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -18,11 +18,4 @@ location __PATH__/ { proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; - location __PATH__/ws/ { - proxy_pass http://wsbackend; - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "Upgrade"; - proxy_set_header Host $host; - } }