comparison xml/en/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="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="38"> 13 rev="39">
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
1454 <syntax> 1454 <syntax>
1455 [<literal>SSLv2</literal>] 1455 [<literal>SSLv2</literal>]
1456 [<literal>SSLv3</literal>] 1456 [<literal>SSLv3</literal>]
1457 [<literal>TLSv1</literal>] 1457 [<literal>TLSv1</literal>]
1458 [<literal>TLSv1.1</literal>] 1458 [<literal>TLSv1.1</literal>]
1459 [<literal>TLSv1.2</literal>]</syntax> 1459 [<literal>TLSv1.2</literal>]
1460 [<literal>TLSv1.3</literal>]</syntax>
1460 <default>TLSv1 TLSv1.1 TLSv1.2</default> 1461 <default>TLSv1 TLSv1.1 TLSv1.2</default>
1461 <context>http</context> 1462 <context>http</context>
1462 <context>server</context> 1463 <context>server</context>
1463 <context>location</context> 1464 <context>location</context>
1464 <appeared-in>1.5.8</appeared-in> 1465 <appeared-in>1.5.8</appeared-in>