Hi Christoph, hope you're doing well. On Sun, Mar 15, 2026 at 01:24:01PM +0100, Christoph Liebender via nginx wrote: > > I recently learned about the add_header_inherit directive of nginx 1.29.3, > and was suprised to see that my freenginx (build config below) does not > support it. Is that to be expected?
That seems to me as expected: the add_header_inherit directive was introduced for nginx, not freenginx, in July 2025. You may want to use the following patch, https://github.com/nginx/nginx/commit/c93a0c48af87bbae1568eaf110e207e435bbe0bd.patch to get such functionality in freenginx. Additional testing may required. Thank you. -- Sergey A. Osokin https://tipi.work/
