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