From 455d532fa8be3cd48d0f18071095b4892214e83f Mon Sep 17 00:00:00 2001 From: orhtej2 <2871798+orhtej2@users.noreply.github.com> Date: Wed, 7 Feb 2024 00:41:33 +0100 Subject: [PATCH] Fixed nginx --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 3e210d8..790addc 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -43,7 +43,7 @@ location __PATH__/api { location __PATH__/ws/notifications { proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection 'upgrade'; - proxy_pass http://127.0.0.1:__BACKEND_PORT__/ws/notifications; + proxy_pass http://127.0.0.1:__PORT__/ws/notifications; } location __PATH__/ {