﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
807	ngx_http_rewrite_module duplicate Server header	baranyaib90@…		"Config snippet:
server
{
  listen 192.168.0.2:80;
  add_header Server ""MyServer"";
  return 200 $server_addr;
}

Result:

HTTP/1.1 200 OK
Server: nginx
Date: Thu, 08 Oct 2015 14:04:41 GMT
Content-Type: text/plain
Content-Length: 11
Connection: keep-alive
Server: MyServer

192.168.0.2"	defect	closed	minor	1.9.6	nginx-module	1.9.x	wontfix	rewrite server header duplicate	gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)	Linux vm 3.13.0-39-generic #66-Ubuntu SMP Tue Oct 28 13:30:27 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux	./auto/configure --with-ipv6 --prefix=. --sbin-path=nginx --conf-path=nginx.conf --error-log-path=logs/error.log --pid-path=nginx.pid --with-pcre
