diff xml/ru/docs/http/ngx_http_core_module.xml @ 1597:8b97ba73129b

Added HTTP/2.0 to the "server_protocol" variable.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 21 Oct 2015 14:27:03 +0300
parents 7f97ab081d24
children 88ad8fcea975
line wrap: on
line diff
--- a/xml/ru/docs/http/ngx_http_core_module.xml	Mon Sep 21 11:59:01 2015 +0300
+++ b/xml/ru/docs/http/ngx_http_core_module.xml	Wed Oct 21 14:27:03 2015 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_core_module"
         link="/ru/docs/http/ngx_http_core_module.html"
         lang="ru"
-        rev="48">
+        rev="49">
 
 <section id="directives" name="Директивы">
 
@@ -3092,10 +3092,11 @@
 
 <tag-name id="var_server_protocol"><var>$server_protocol</var></tag-name>
 <tag-desc>
-протокол сервера, обычно
-“<literal>HTTP/1.0</literal>”
+протокол запроса, обычно
+“<literal>HTTP/1.0</literal>”,
+“<literal>HTTP/1.1</literal>”
 или
-“<literal>HTTP/1.1</literal>”
+“<link doc="ngx_http_v2_module.xml">HTTP/2.0</link>”
 </tag-desc>
 
 <tag-name id="var_status"><var>$status</var></tag-name>