diff xml/ru/docs/http/ngx_http_uwsgi_module.xml @ 1978:8f1a568a8bbf

Documented "TLSv1.3" parameter of the "ssl_protocols" directive. While here, cleaned up a note about using OpenSSL on older nginx versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 25 Apr 2017 18:17:41 +0300
parents 3460bd328287
children 4f3dd2f548cf
line wrap: on
line diff
--- a/xml/ru/docs/http/ngx_http_uwsgi_module.xml	Tue Apr 25 17:30:01 2017 +0300
+++ b/xml/ru/docs/http/ngx_http_uwsgi_module.xml	Tue Apr 25 18:17:41 2017 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_uwsgi_module"
         link="/ru/docs/http/ngx_http_uwsgi_module.html"
         lang="ru"
-        rev="38">
+        rev="39">
 
 <section id="summary">
 
@@ -1449,7 +1449,8 @@
     [<literal>SSLv3</literal>]
     [<literal>TLSv1</literal>]
     [<literal>TLSv1.1</literal>]
-    [<literal>TLSv1.2</literal>]</syntax>
+    [<literal>TLSv1.2</literal>]
+    [<literal>TLSv1.3</literal>]</syntax>
 <default>TLSv1 TLSv1.1 TLSv1.2</default>
 <context>http</context>
 <context>server</context>