diff xml/ru/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/ru/docs/http/ngx_http_core_module.xml	Wed Apr 06 14:11:30 2016 +0000
+++ b/xml/ru/docs/http/ngx_http_core_module.xml	Sun Apr 10 00:12:49 2016 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_core_module"
         link="/ru/docs/http/ngx_http_core_module.html"
         lang="ru"
-        rev="53">
+        rev="54">
 
 <section id="directives" name="Директивы">
 
@@ -2489,7 +2489,10 @@
 
 
 <directive name="server_tokens">
-<syntax><literal>on</literal> | <literal>off</literal></syntax>
+<syntax>
+    <literal>on</literal> |
+    <literal>off</literal> |
+    <value>строка</value></syntax>
 <default>on</default>
 <context>http</context>
 <context>server</context>
@@ -2500,6 +2503,16 @@
 в поле <header>Server</header> заголовка ответа.
 </para>
 
+<para>
+Дополнительно, как часть
+<commercial_version>коммерческой подписки</commercial_version>,
+начиная с версии 1.9.13
+подписи в сообщениях об ошибках и
+значение поля <header>Server</header> заголовка ответа
+можно задать явно с помощью строки с переменными.
+Пустая строка запрещает выдачу поля <header>Server</header>.
+</para>
+
 </directive>