add_header works in server but not in http?

Igor Sysoev igor at sysoev.ru
Sun May 15 16:52:22 MSD 2011


On Sat, May 14, 2011 at 11:58:26PM -0400, holstebm wrote:
> Okay, then, a little more detail.  In my Server block, I had an
> add_header for Cache-control.  When I remove that add_header, the other
> one in Http appears.  If I put both in Http they both appear.  If I put
> both in Server they both appear but it seems that the add_header removes
> the headers from the parent blocks.  I don't think that was the previous
> behavior.

add_header is inherited if there is no add_header on the current level.
This behavior was from from the very start.


-- 
Igor Sysoev



More information about the nginx mailing list