diff --git a/deploy/services-demo/conf/nginz/nginx.conf b/deploy/services-demo/conf/nginz/nginx.conf index 543dc2d8c3..62e6ce5685 100644 --- a/deploy/services-demo/conf/nginz/nginx.conf +++ b/deploy/services-demo/conf/nginz/nginx.conf @@ -243,6 +243,11 @@ http { proxy_pass http://brig; } + location /list-connections { + include common_response_with_zauth.conf; + proxy_pass http://brig; + } + location ~* ^/teams/([^/]+)/search$ { include common_response_with_zauth.conf; proxy_pass http://brig;