comparison xml/en/docs/http/ngx_http_uwsgi_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 9eadb98ec770
comparison
equal deleted inserted replaced
2947:39a5ac34d794 2948:37e082fd009c
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_uwsgi_module" 10 <module name="Module ngx_http_uwsgi_module"
11 link="/en/docs/http/ngx_http_uwsgi_module.html" 11 link="/en/docs/http/ngx_http_uwsgi_module.html"
12 lang="en" 12 lang="en"
13 rev="49"> 13 rev="50">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_uwsgi_module</literal> module allows passing 18 The <literal>ngx_http_uwsgi_module</literal> module allows passing
1544 [<literal>SSLv3</literal>] 1544 [<literal>SSLv3</literal>]
1545 [<literal>TLSv1</literal>] 1545 [<literal>TLSv1</literal>]
1546 [<literal>TLSv1.1</literal>] 1546 [<literal>TLSv1.1</literal>]
1547 [<literal>TLSv1.2</literal>] 1547 [<literal>TLSv1.2</literal>]
1548 [<literal>TLSv1.3</literal>]</syntax> 1548 [<literal>TLSv1.3</literal>]</syntax>
1549 <default>TLSv1 TLSv1.1 TLSv1.2</default> 1549 <default>TLSv1 TLSv1.1 TLSv1.2 TLSv1.3</default>
1550 <context>http</context> 1550 <context>http</context>
1551 <context>server</context> 1551 <context>server</context>
1552 <context>location</context> 1552 <context>location</context>
1553 <appeared-in>1.5.8</appeared-in> 1553 <appeared-in>1.5.8</appeared-in>
1554 1554
1555 <para> 1555 <para>
1556 Enables the specified protocols for requests to a secured uwsgi server. 1556 Enables the specified protocols for requests to a secured uwsgi server.
1557 </para>
1558
1559 <para>
1560 <note>
1561 The <literal>TLSv1.3</literal> parameter is used by default
1562 since 1.23.4.
1563 </note>
1557 </para> 1564 </para>
1558 1565
1559 </directive> 1566 </directive>
1560 1567
1561 1568