I have a custom header in http response and it can appear more than once. Let's say it is called x-extra.
In my nginx configuration, I want to extract all of its values and log them together but I found it is always extracting the very first one. Is it possible to do this somehow?