Currently we are using headers in a way which doesn't work as expected, because we don't set them at correct level, or we have some debugging headers in many locations which break inheritance.

It is explained in Nginx docs: “There could be several add_header directives. These directives are inherited from the previous level if and only if there are no add_header directives defined on the current level.”

Comments

memtkmcc created an issue. See original summary.

memtkmcc’s picture

Status: Active » Needs review
StatusFileSize
new27 KB

Attached patch fixes the problem.

memtkmcc’s picture

Status: Needs review » Fixed

Fix committed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.