comparison xml/ru/docs/http/ngx_http_proxy_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 95bcadfde4fc
children 7bf1a73248f5
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_proxy_module" 10 <module name="Модуль ngx_http_proxy_module"
11 link="/ru/docs/http/ngx_http_proxy_module.html" 11 link="/ru/docs/http/ngx_http_proxy_module.html"
12 lang="ru" 12 lang="ru"
13 rev="60"> 13 rev="61">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 Модуль <literal>ngx_http_proxy_module</literal> позволяет передавать 18 Модуль <literal>ngx_http_proxy_module</literal> позволяет передавать
1990 <syntax> 1990 <syntax>
1991 [<literal>SSLv2</literal>] 1991 [<literal>SSLv2</literal>]
1992 [<literal>SSLv3</literal>] 1992 [<literal>SSLv3</literal>]
1993 [<literal>TLSv1</literal>] 1993 [<literal>TLSv1</literal>]
1994 [<literal>TLSv1.1</literal>] 1994 [<literal>TLSv1.1</literal>]
1995 [<literal>TLSv1.2</literal>]</syntax> 1995 [<literal>TLSv1.2</literal>]
1996 [<literal>TLSv1.3</literal>]</syntax>
1996 <default>TLSv1 TLSv1.1 TLSv1.2</default> 1997 <default>TLSv1 TLSv1.1 TLSv1.2</default>
1997 <context>http</context> 1998 <context>http</context>
1998 <context>server</context> 1999 <context>server</context>
1999 <context>location</context> 2000 <context>location</context>
2000 <appeared-in>1.5.6</appeared-in> 2001 <appeared-in>1.5.6</appeared-in>