# HG changeset patch # User Andrei Belov # Date 1380707407 -14400 # Node ID a59aba3d4b67972c95519aada17db61e3034c9bd # Parent 7cc4966416271094ca903ea9836eb162edbb97da Proxy: documented the "proxy_ssl_ciphers" directive. While here, corrected the description for "proxy_ssl_protocols". diff -r 7cc496641627 -r a59aba3d4b67 xml/en/docs/http/ngx_http_proxy_module.xml --- 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 @@ + rev="14">
@@ -1362,6 +1362,27 @@ + +ciphers +DEFAULT +http +server +location +1.5.6 + + +Specifies the enabled ciphers for requests to a proxied HTTPS server. +The ciphers are specified in the format understood by the OpenSSL library. + + + +The full list can be viewed using the +“openssl ciphers” command. + + + + + on | off on @@ -1394,7 +1415,7 @@ 1.5.6 -Enables the specified protocols for HTTPS requests to a proxied server. +Enables the specified protocols for requests to a proxied HTTPS server. diff -r 7cc496641627 -r a59aba3d4b67 xml/ru/docs/http/ngx_http_proxy_module.xml --- 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 @@ + rev="14">
@@ -1355,6 +1355,27 @@ + +ciphers +DEFAULT +http +server +location +1.5.6 + + +Описывает разрешённые шифры для запросов к проксируемому HTTPS-серверу. +Шифры задаются в формате, поддерживаемом библиотекой OpenSSL. + + + +Полный список можно посмотреть с помощью команды +“openssl ciphers”. + + + + + on | off on @@ -1388,7 +1409,7 @@ 1.5.6 -Разрешает указанные протоколы для HTTPS-запросов к проксируемому серверу. +Разрешает указанные протоколы для запросов к проксируемому HTTPS-серверу.