Problem Description
I want to add a custom header for the response received from the server behind nginx.
While `add_header` works for nginx-processed responses, it does nothing when the `proxy_pass` is used.
AI-Generated Solution
Powered by LMSouq AI · GPT-4.1-mini
Analyzing problem and generating solution…
Was this solution helpful?