diff --git a/docker-unified/hbs/nginx-config.hbs b/docker-unified/hbs/nginx-config.hbs index 5b57673..86fecc9 100644 --- a/docker-unified/hbs/nginx-config.hbs +++ b/docker-unified/hbs/nginx-config.hbs @@ -134,6 +134,12 @@ server { proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $http_connection; } + + location /notifications/anonymous-hub { + proxy_pass http://localhost:5006/anonymous-hub; + proxy_set_header Upgrade $http_upgrade; + proxy_set_header Connection $http_connection; + } {{/if}} {{#if (String.Equal env.BW_ENABLE_EVENTS "true")}}