changeset 993:a59aba3d4b67

Proxy: documented the "proxy_ssl_ciphers" directive. While here, corrected the description for "proxy_ssl_protocols".
author Andrei Belov <defan@nginx.com>
date Wed, 02 Oct 2013 13:50:07 +0400
parents 7cc496641627
children f09f77ef45e9
files xml/en/docs/http/ngx_http_proxy_module.xml xml/ru/docs/http/ngx_http_proxy_module.xml
diffstat 2 files changed, 46 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_proxy_module.xml	Wed Oct 02 13:40:19 2013 +0400
+++ b/xml/en/docs/http/ngx_http_proxy_module.xml	Wed Oct 02 13:50:07 2013 +0400
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_proxy_module"
         link="/en/docs/http/ngx_http_proxy_module.html"
         lang="en"
-        rev="13">
+        rev="14">
 
 <section id="summary">
 
@@ -1362,6 +1362,27 @@
 </directive>
 
 
+<directive name="proxy_ssl_ciphers">
+<syntax><value>ciphers</value></syntax>
+<default>DEFAULT</default>
+<context>http</context>
+<context>server</context>
+<context>location</context>
+<appeared-in>1.5.6</appeared-in>
+
+<para>
+Specifies the enabled ciphers for requests to a proxied HTTPS server.
+The ciphers are specified in the format understood by the OpenSSL library.
+</para>
+
+<para>
+The full list can be viewed using the
+“<command>openssl ciphers</command>” command.
+</para>
+
+</directive>
+
+
 <directive name="proxy_ssl_session_reuse">
 <syntax><literal>on</literal> | <literal>off</literal></syntax>
 <default>on</default>
@@ -1394,7 +1415,7 @@
 <appeared-in>1.5.6</appeared-in>
 
 <para>
-Enables the specified protocols for HTTPS requests to a proxied server.
+Enables the specified protocols for requests to a proxied HTTPS server.
 </para>
 
 </directive>
--- a/xml/ru/docs/http/ngx_http_proxy_module.xml	Wed Oct 02 13:40:19 2013 +0400
+++ b/xml/ru/docs/http/ngx_http_proxy_module.xml	Wed Oct 02 13:50:07 2013 +0400
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_proxy_module"
         link="/ru/docs/http/ngx_http_proxy_module.html"
         lang="ru"
-        rev="13">
+        rev="14">
 
 <section id="summary">
 
@@ -1355,6 +1355,27 @@
 </directive>
 
 
+<directive name="proxy_ssl_ciphers">
+<syntax><value>ciphers</value></syntax>
+<default>DEFAULT</default>
+<context>http</context>
+<context>server</context>
+<context>location</context>
+<appeared-in>1.5.6</appeared-in>
+
+<para>
+Описывает разрешённые шифры для запросов к проксируемому HTTPS-серверу.
+Шифры задаются в формате, поддерживаемом библиотекой OpenSSL.
+</para>
+
+<para>
+Полный список можно посмотреть с помощью команды
+“<command>openssl ciphers</command>”.
+</para>
+
+</directive>
+
+
 <directive name="proxy_ssl_session_reuse">
 <syntax><literal>on</literal> | <literal>off</literal></syntax>
 <default>on</default>
@@ -1388,7 +1409,7 @@
 <appeared-in>1.5.6</appeared-in>
 
 <para>
-Разрешает указанные протоколы для HTTPS-запросов к проксируемому серверу.
+Разрешает указанные протоколы для запросов к проксируемому HTTPS-серверу.
 </para>
 
 </directive>