alibaba/nginx-http-concat

Concatenating upstream responses

Opened this issue · 2 comments

Hi, I'd like to concatenate some upstream responses when nginx is configured as a reverse proxy server. Something like this:

location / {
  concat on;
  proxy_pass http://upstream:3000/;
}

Is this possible?

alejg commented

Hi @acordiner, did you found a solution for your question?
I'm also looking for a rest api aggregation.

No @alejg, I didn't find a solution. It looks like nginx-http-concat is an abandoned project.