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

Sorted directives alphabetically.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 10 Apr 2018 18:39:34 +0300
parents b7dd3e8ee9c2
children d765ffffd08c
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_grpc_module.xml	Tue Apr 10 17:16:38 2018 +0300
+++ b/xml/en/docs/http/ngx_http_grpc_module.xml	Tue Apr 10 18:39:34 2018 +0300
@@ -554,6 +554,26 @@
 </directive>
 
 
+<directive name="grpc_ssl_protocols">
+<syntax>
+    [<literal>SSLv2</literal>]
+    [<literal>SSLv3</literal>]
+    [<literal>TLSv1</literal>]
+    [<literal>TLSv1.1</literal>]
+    [<literal>TLSv1.2</literal>]
+    [<literal>TLSv1.3</literal>]</syntax>
+<default>TLSv1 TLSv1.1 TLSv1.2</default>
+<context>http</context>
+<context>server</context>
+<context>location</context>
+
+<para>
+Enables the specified protocols for requests to a gRPC SSL server.
+</para>
+
+</directive>
+
+
 <directive name="grpc_ssl_server_name">
 <syntax><literal>on</literal> | <literal>off</literal></syntax>
 <default>off</default>
@@ -589,26 +609,6 @@
 </directive>
 
 
-<directive name="grpc_ssl_protocols">
-<syntax>
-    [<literal>SSLv2</literal>]
-    [<literal>SSLv3</literal>]
-    [<literal>TLSv1</literal>]
-    [<literal>TLSv1.1</literal>]
-    [<literal>TLSv1.2</literal>]
-    [<literal>TLSv1.3</literal>]</syntax>
-<default>TLSv1 TLSv1.1 TLSv1.2</default>
-<context>http</context>
-<context>server</context>
-<context>location</context>
-
-<para>
-Enables the specified protocols for requests to a gRPC SSL server.
-</para>
-
-</directive>
-
-
 <directive name="grpc_ssl_trusted_certificate">
 <syntax><value>file</value></syntax>
 <default/>