Is it possible to consolidate multiple responses and send one response in NGINX
问题 I have Nginx/openresty and some other services running on one VM. Basically VM accepts requests on Openresty and then openresty forwards requests to appropriate service. e.g. below requests getting forwarded to ServiceA, ServiceB and ServiceC respectively. It is working fine. http://server:80/services/refA http://server:80/services/refB http://server:80/services/refC Now I need to expose a new endpoint which could get the responses from all services A, B and C. and then return one