comparison 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
comparison
equal deleted inserted replaced
1977:57a1ef2902bf 1978:8f1a568a8bbf
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Модуль ngx_http_uwsgi_module" 10 <module name="Модуль ngx_http_uwsgi_module"
11 link="/ru/docs/http/ngx_http_uwsgi_module.html" 11 link="/ru/docs/http/ngx_http_uwsgi_module.html"
12 lang="ru" 12 lang="ru"
13 rev="38"> 13 rev="39">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 Модуль <literal>ngx_http_uwsgi_module</literal> позволяет передавать 18 Модуль <literal>ngx_http_uwsgi_module</literal> позволяет передавать
1447 <syntax> 1447 <syntax>
1448 [<literal>SSLv2</literal>] 1448 [<literal>SSLv2</literal>]
1449 [<literal>SSLv3</literal>] 1449 [<literal>SSLv3</literal>]
1450 [<literal>TLSv1</literal>] 1450 [<literal>TLSv1</literal>]
1451 [<literal>TLSv1.1</literal>] 1451 [<literal>TLSv1.1</literal>]
1452 [<literal>TLSv1.2</literal>]</syntax> 1452 [<literal>TLSv1.2</literal>]
1453 [<literal>TLSv1.3</literal>]</syntax>
1453 <default>TLSv1 TLSv1.1 TLSv1.2</default> 1454 <default>TLSv1 TLSv1.1 TLSv1.2</default>
1454 <context>http</context> 1455 <context>http</context>
1455 <context>server</context> 1456 <context>server</context>
1456 <context>location</context> 1457 <context>location</context>
1457 <appeared-in>1.5.8</appeared-in> 1458 <appeared-in>1.5.8</appeared-in>