Concatenating upstream responses
Opened this issue · 2 comments
acordiner commented
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.