diff xml/ru/docs/http/ngx_http_gzip_module.xml @ 2142:ca7568f67dee

Sorted directives alphabetically.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 10 Apr 2018 18:39:34 +0300
parents ce3e89d13fa0
children a4ef92436fbc
line wrap: on
line diff
--- a/xml/ru/docs/http/ngx_http_gzip_module.xml	Tue Apr 10 17:16:38 2018 +0300
+++ b/xml/ru/docs/http/ngx_http_gzip_module.xml	Tue Apr 10 18:39:34 2018 +0300
@@ -119,6 +119,20 @@
 </directive>
 
 
+<directive name="gzip_http_version">
+<syntax><literal>1.0</literal> | <literal>1.1</literal></syntax>
+<default>1.1</default>
+<context>http</context>
+<context>server</context>
+<context>location</context>
+
+<para>
+Устанавливает минимальную HTTP-версию запроса, необходимую для сжатия ответа.
+</para>
+
+</directive>
+
+
 <directive name="gzip_min_length">
 <syntax><value>длина</value></syntax>
 <default>20</default>
@@ -135,20 +149,6 @@
 </directive>
 
 
-<directive name="gzip_http_version">
-<syntax><literal>1.0</literal> | <literal>1.1</literal></syntax>
-<default>1.1</default>
-<context>http</context>
-<context>server</context>
-<context>location</context>
-
-<para>
-Устанавливает минимальную HTTP-версию запроса, необходимую для сжатия ответа.
-</para>
-
-</directive>
-
-
 <directive name="gzip_proxied">
 <syntax>
     <literal>off</literal> |