[PATCH] HTTP: NGINX_VER_BUILD in Server header and error page tail.

Tom Thorogood me+lists.nginx at tomthorogood.co.uk
Fri Jan 27 04:16:38 UTC 2017


Hi,

Ping. Any chance this might be able to be merged?

Kind Regards,
Tom Thorogood.

On Sun, 8 May 2016, at 08:57 PM, Tom Thorogood wrote:
> Hi,
> 
> This patch adds a build option to the server_tokens directive. When build is specified the Server header will have a value of NGINX_VER_BUILD. Also the tail of built in error pages will be NGINX_VER_BUILD. off and on are retained as valid values and behave as they always have.
> 
> This makes it possible to specify semi-custom server tokens of the form "nginx/<version> (<value>)". <value> is specified with the --build flag for ./configure.
> 
> A potential use case is including the name of a custom build for example with --build="super-nginx/0.1". This would give: nginx/1.9.15 (super-nginx/0.1).
> 
> Another potential use case of this feature is to include the git revision of a parent build with --build="`git rev-parse --short HEAD`". This would give: nginx/1.9.15 (c3ebabd). In that case the feature can be used to enhance troubleshooting and/or provide more information to end users.
> 
> Kind Regards,
> Tom Thorogood.
> _______________________________________________
> nginx-devel mailing list
> nginx-devel at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx-devel
> Email had 1 attachment:
> + nginx-server-token-build.patch
>   15k (text/x-patch)


More information about the nginx-devel mailing list