comparison xml/en/docs/http/ngx_http_proxy_module.xml @ 985:e4704604ed29

Proxy: documented the "proxy_ssl_protocols" directive.
author Andrei Belov <defan@nginx.com>
date Thu, 19 Sep 2013 18:31:34 +0400
parents 95c3c3bbf1ce
children 7cc496641627
comparison
equal deleted inserted replaced
984:4e13823acdc0 985:e4704604ed29
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_proxy_module" 10 <module name="Module ngx_http_proxy_module"
11 link="/en/docs/http/ngx_http_proxy_module.html" 11 link="/en/docs/http/ngx_http_proxy_module.html"
12 lang="en" 12 lang="en"
13 rev="12"> 13 rev="13">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_proxy_module</literal> module allows passing 18 The <literal>ngx_http_proxy_module</literal> module allows passing
1378 </para> 1378 </para>
1379 1379
1380 </directive> 1380 </directive>
1381 1381
1382 1382
1383 <directive name="proxy_ssl_protocols">
1384 <syntax>
1385 [<literal>SSLv2</literal>]
1386 [<literal>SSLv3</literal>]
1387 [<literal>TLSv1</literal>]
1388 [<literal>TLSv1.1</literal>]
1389 [<literal>TLSv1.2</literal>]</syntax>
1390 <default>SSLv3 TLSv1 TLSv1.1 TLSv1.2</default>
1391 <context>http</context>
1392 <context>server</context>
1393 <context>location</context>
1394 <appeared-in>1.5.6</appeared-in>
1395
1396 <para>
1397 Enables the specified protocols for HTTPS requests to a proxied server.
1398 </para>
1399
1400 </directive>
1401
1402
1383 <directive name="proxy_store"> 1403 <directive name="proxy_store">
1384 <syntax> 1404 <syntax>
1385 <literal>on</literal> | 1405 <literal>on</literal> |
1386 <literal>off</literal> | 1406 <literal>off</literal> |
1387 <value>string</value></syntax> 1407 <value>string</value></syntax>