﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
1221	add_header conflict	privacyisright@…		"http{
...
add_header X-Frame-Options ""deny"";
add_header Last-Modified ""XXX"";
...
}
server{
listen 80;
...
}
server{
listen 443 ssl;
...
add_header Strict-Transport-Security ""something"";
}

----
Actual Result:
HTTP Website see 2 add_headers(OK).
HTTPS Website see only one header(Strict-Transport-Security, not OK).

Expected Result:
HTTPS Website should shoe 3 headers; 2 from http global definition,
and 1 from server block."	defect	closed	major		nginx-core	1.6.x	invalid			Debian Jessie 3.16.39-1+deb8u2 i686	"nginx version: nginx/1.6.2
(**Latest** stable version from Debian APT)"
