diff xml/en/docs/http/ngx_http_v2_module.xml @ 2142:ca7568f67dee

Sorted directives alphabetically.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 10 Apr 2018 18:39:34 +0300
parents d45887ccafde
children a26a42699207
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_v2_module.xml	Tue Apr 10 17:16:38 2018 +0300
+++ b/xml/en/docs/http/ngx_http_v2_module.xml	Tue Apr 10 18:39:34 2018 +0300
@@ -79,6 +79,22 @@
 
 <section id="directives" name="Directives">
 
+<directive name="http2_body_preread_size">
+<syntax><value>size</value></syntax>
+<default>64k</default>
+<context>http</context>
+<context>server</context>
+<appeared-in>1.11.0</appeared-in>
+
+<para>
+Sets the <value>size</value> of the buffer per each request
+in which the request body may be saved
+before it is started to be processed.
+</para>
+
+</directive>
+
+
 <directive name="http2_chunk_size">
 <syntax><value>size</value></syntax>
 <default>8k</default>
@@ -98,22 +114,6 @@
 </directive>
 
 
-<directive name="http2_body_preread_size">
-<syntax><value>size</value></syntax>
-<default>64k</default>
-<context>http</context>
-<context>server</context>
-<appeared-in>1.11.0</appeared-in>
-
-<para>
-Sets the <value>size</value> of the buffer per each request
-in which the request body may be saved
-before it is started to be processed.
-</para>
-
-</directive>
-
-
 <directive name="http2_idle_timeout">
 <syntax><value>time</value></syntax>
 <default>3m</default>