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__/ {