diff xml/ru/docs/http/ngx_http_uwsgi_module.xml @ 1372:e0e1e5db06bb

Documented the proxy_ssl_certificate directive and friends.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 11 Dec 2014 14:01:23 +0300
parents 25db29c8875e
children 91f5c089f4ca
line wrap: on
line diff
--- a/xml/ru/docs/http/ngx_http_uwsgi_module.xml	Thu Dec 04 19:09:38 2014 +0300
+++ b/xml/ru/docs/http/ngx_http_uwsgi_module.xml	Thu Dec 11 14:01:23 2014 +0300
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_uwsgi_module"
         link="/ru/docs/http/ngx_http_uwsgi_module.html"
         lang="ru"
-        rev="13">
+        rev="14">
 
 <section id="summary">
 
@@ -1072,6 +1072,38 @@
 </directive>
 
 
+<directive name="uwsgi_ssl_certificate">
+<syntax><value>файл</value></syntax>
+<default/>
+<context>http</context>
+<context>server</context>
+<context>location</context>
+<appeared-in>1.7.8</appeared-in>
+
+<para>
+Задаёт <value>файл</value> с сертификатом в формате PEM
+для аутентификации на suwsgi-сервере.
+</para>
+
+</directive>
+
+
+<directive name="uwsgi_ssl_certificate_key">
+<syntax><value>файл</value></syntax>
+<default/>
+<context>http</context>
+<context>server</context>
+<context>location</context>
+<appeared-in>1.7.8</appeared-in>
+
+<para>
+Задаёт <value>файл</value> с секретным ключом в формате PEM
+для аутентификации на suwsgi-сервере.
+</para>
+
+</directive>
+
+
 <directive name="uwsgi_ssl_ciphers">
 <syntax><value>ciphers</value></syntax>
 <default>DEFAULT</default>
@@ -1133,6 +1165,24 @@
 </directive>
 
 
+<directive name="uwsgi_ssl_password_file">
+<syntax><value>файл</value></syntax>
+<default/>
+<context>http</context>
+<context>server</context>
+<context>location</context>
+<appeared-in>1.7.8</appeared-in>
+
+<para>
+Задаёт <value>файл</value> с паролями от
+<link id="uwsgi_ssl_certificate_key">секретных ключей</link>,
+где каждый пароль указан на отдельной строке.
+Пароли применяются по очереди в момент загрузки ключа.
+</para>
+
+</directive>
+
+
 <directive name="uwsgi_ssl_protocols">
 <syntax>
     [<literal>SSLv2</literal>]