From 9845c747966ffd4389b96acd1f390d3060b0a10b Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 21 Jan 2021 11:54:18 +0100 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index a9b7a9e..8977acc 100755 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -23,7 +23,7 @@ location __PATH__/ { } location __PATH__/ws/ { - proxy_pass http://wsbackend; + proxy_pass https://127.0.0.1:__PORT__; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade";