diff xml/ru/docs/http/ngx_http_grpc_module.xml @ 2948:37e082fd009c

Added TLSv1.3 to the default value of ssl_protocols and friends.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 10 Mar 2023 22:17:07 +0000
parents 0d355d154181
children cbd963190c15
line wrap: on
line diff
--- a/xml/ru/docs/http/ngx_http_grpc_module.xml	Tue Mar 28 18:06:29 2023 +0300
+++ b/xml/ru/docs/http/ngx_http_grpc_module.xml	Fri Mar 10 22:17:07 2023 +0000
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_grpc_module"
         link="/ru/docs/http/ngx_http_grpc_module.html"
         lang="ru"
-        rev="8">
+        rev="9">
 
 <section id="summary">
 
@@ -632,7 +632,7 @@
     [<literal>TLSv1.1</literal>]
     [<literal>TLSv1.2</literal>]
     [<literal>TLSv1.3</literal>]</syntax>
-<default>TLSv1 TLSv1.1 TLSv1.2</default>
+<default>TLSv1 TLSv1.1 TLSv1.2 TLSv1.3</default>
 <context>http</context>
 <context>server</context>
 <context>location</context>
@@ -641,6 +641,13 @@
 Разрешает указанные протоколы для запросов к gRPC SSL-серверу.
 </para>
 
+<para>
+<note>
+Параметр <literal>TLSv1.3</literal> используется по умолчанию
+начиная с 1.23.4.
+</note>
+</para>
+
 </directive>