<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#FFFFFF">
I'm running Nginx 1.4.4 on Ubuntu 12.04 and have added the
X-Frame-Options header for one of my sites but in testing it appears
that Nginx includes this itself in addition to user configured
headers. Basically I want X-Frame-Options to be DENY but when I set
that header Nginx also sends an X-Frame-Options SAMEORIGIN header so
that there are two X-Frame-Options headers in every request.<br>
<br>
Is there some way to disable the extra header? I can't find anything
in my configuration that would add the second header.<span
style="color: rgb(0, 0, 0); font-family: 'Arial Unicode MS',
Arial, sans-serif; font-size: 13px; font-style: normal;
font-variant: normal; font-weight: normal; letter-spacing: normal;
line-height: normal; orphans: auto; text-align: start;
text-indent: 0px; text-transform: none; white-space: nowrap;
widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;
background-color: rgb(249, 249, 249); display: inline !important;
float: none;"></span>
</body>
</html>