diff xml/en/docs/http/ngx_http_core_module.xml @ 1680:57c3f36b3b6a

Updated docs for the upcoming NGINX Plus release.
author Ruslan Ermilov <ru@nginx.com>
date Sun, 10 Apr 2016 00:12:49 +0300
parents 57b53a0818df
children 4319f72f11f5
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml
+++ b/xml/en/docs/http/ngx_http_core_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_core_module"
         link="/en/docs/http/ngx_http_core_module.html"
         lang="en"
-        rev="53">
+        rev="54">
 
 <section id="directives" name="Directives">
 
@@ -2488,7 +2488,10 @@ The details of setting up hash tables ar
 
 
 <directive name="server_tokens">
-<syntax><literal>on</literal> | <literal>off</literal></syntax>
+<syntax>
+    <literal>on</literal> |
+    <literal>off</literal> |
+    <value>string</value></syntax>
 <default>on</default>
 <context>http</context>
 <context>server</context>
@@ -2499,6 +2502,16 @@ Enables or disables emitting nginx versi
 <header>Server</header> response header field.
 </para>
 
+<para>
+Additionally, as part of our
+<commercial_version>commercial subscription</commercial_version>,
+starting from version 1.9.13
+the signature in error messages and
+the <header>Server</header> response header field value
+can be set explicitly using the <value>string</value> with variables.
+An empty string disables the emission of the <header>Server</header> field.
+</para>
+
 </directive>