comparison xml/en/docs/http/ngx_http_proxy_module.xml @ 1456:acba294382d6

Documented engine support in ssl_certificate_key and friends.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 15 Apr 2015 17:47:10 +0300
parents 657885fd2b96
children 3687cc9a3592
comparison
equal deleted inserted replaced
1455:27430ebb4123 1456:acba294382d6
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="36"> 13 rev="37">
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
1643 <para> 1643 <para>
1644 Specifies a <value>file</value> with the secret key in the PEM format 1644 Specifies a <value>file</value> with the secret key in the PEM format
1645 used for authentication to a proxied HTTPS server. 1645 used for authentication to a proxied HTTPS server.
1646 </para> 1646 </para>
1647 1647
1648 <para>
1649 The value
1650 <literal>engine</literal>:<value>name</value>:<value>id</value>
1651 can be specified instead of the <value>file</value> (1.7.9),
1652 which loads a secret key with a specified <value>id</value>
1653 from the OpenSSL engine <value>name</value>.
1654 </para>
1655
1648 </directive> 1656 </directive>
1649 1657
1650 1658
1651 <directive name="proxy_ssl_ciphers"> 1659 <directive name="proxy_ssl_ciphers">
1652 <syntax><value>ciphers</value></syntax> 1660 <syntax><value>ciphers</value></syntax>