# 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 --git a/xml/en/docs/http/ngx_http_proxy_module.xml b/xml/en/docs/http/ngx_http_proxy_module.xml --- a/xml/en/docs/http/ngx_http_proxy_module.xml +++ b/xml/en/docs/http/ngx_http_proxy_module.xml @@ -10,7 +10,7 @@ + rev="14">
@@ -1362,6 +1362,27 @@ proxy_set_header Accept-Encoding ""; + +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 @@ appear in the logs, try disabling sessio 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 --git a/xml/ru/docs/http/ngx_http_proxy_module.xml b/xml/ru/docs/http/ngx_http_proxy_module.xml --- a/xml/ru/docs/http/ngx_http_proxy_module.xml +++ b/xml/ru/docs/http/ngx_http_proxy_module.xml @@ -10,7 +10,7 @@ + rev="14">
@@ -1355,6 +1355,27 @@ proxy_set_header Accept-Encoding ""; + +ciphers +DEFAULT +http +server +location +1.5.6 + + +Описывает разрешённые шифры для запросов к проксируемому HTTPS-серверу. +Шифры задаются в формате, поддерживаемом библиотекой OpenSSL. + + + +Полный список можно посмотреть с помощью команды +“openssl ciphers”. + + + + + on | off on @@ -1388,7 +1409,7 @@ proxy_set_header Accept-Encoding ""; 1.5.6 -Разрешает указанные протоколы для HTTPS-запросов к проксируемому серверу. +Разрешает указанные протоколы для запросов к проксируемому HTTPS-серверу.