comparison xml/en/docs/http/ngx_http_uwsgi_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 a55553729d63
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_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="19"> 13 rev="20">
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
1174 <para> 1174 <para>
1175 Specifies a <value>file</value> with the secret key in the PEM format 1175 Specifies a <value>file</value> with the secret key in the PEM format
1176 used for authentication to a secured uwsgi server. 1176 used for authentication to a secured uwsgi server.
1177 </para> 1177 </para>
1178 1178
1179 <para>
1180 The value
1181 <literal>engine</literal>:<value>name</value>:<value>id</value>
1182 can be specified instead of the <value>file</value> (1.7.9),
1183 which loads a secret key with a specified <value>id</value>
1184 from the OpenSSL engine <value>name</value>.
1185 </para>
1186
1179 </directive> 1187 </directive>
1180 1188
1181 1189
1182 <directive name="uwsgi_ssl_ciphers"> 1190 <directive name="uwsgi_ssl_ciphers">
1183 <syntax><value>ciphers</value></syntax> 1191 <syntax><value>ciphers</value></syntax>