# HG changeset patch # User Yaroslav Zhuravlev # Date 1603836217 0 # Node ID 6684517c9d193463a97d96abfe5886ac788aa74b # Parent d8bf37d20449047378361517a123682a2ef5bd27 Documented the proxy_ssl_conf_command directive and friends. diff --git a/xml/en/docs/http/ngx_http_grpc_module.xml b/xml/en/docs/http/ngx_http_grpc_module.xml --- a/xml/en/docs/http/ngx_http_grpc_module.xml +++ b/xml/en/docs/http/ngx_http_grpc_module.xml @@ -10,7 +10,7 @@ + rev="5">
@@ -526,6 +526,42 @@ The full list can be viewed using the + +command + +http +server +location +1.19.4 + + +Sets arbitrary OpenSSL configuration +commands +when establishing a connection with the gRPC SSL server. + +The directive is supported when using OpenSSL 1.0.2 or higher. + + + + +Several grpc_ssl_conf_command directives +can be specified on the same level. +These directives are inherited from the previous configuration level +if and only if there are +no grpc_ssl_conf_command directives +defined on the current level. + + + + +Note that configuring OpenSSL directly +might result in unexpected behavior. + + + + + + file 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="70">
@@ -1966,6 +1966,42 @@ The full list can be viewed using the + +command + +http +server +location +1.19.4 + + +Sets arbitrary OpenSSL configuration +commands +when establishing a connection with the proxied HTTPS server. + +The directive is supported when using OpenSSL 1.0.2 or higher. + + + + +Several proxy_ssl_conf_command directives +can be specified on the same level. +These directives are inherited from the previous configuration level +if and only if there are +no proxy_ssl_conf_command directives +defined on the current level. + + + + +Note that configuring OpenSSL directly +might result in unexpected behavior. + + + + + + file diff --git a/xml/en/docs/http/ngx_http_uwsgi_module.xml b/xml/en/docs/http/ngx_http_uwsgi_module.xml --- a/xml/en/docs/http/ngx_http_uwsgi_module.xml +++ b/xml/en/docs/http/ngx_http_uwsgi_module.xml @@ -10,7 +10,7 @@ + rev="46">
@@ -1436,6 +1436,42 @@ The full list can be viewed using the + +command + +http +server +location +1.19.4 + + +Sets arbitrary OpenSSL configuration +commands +when establishing a connection with the secured uwsgi server. + +The directive is supported when using OpenSSL 1.0.2 or higher. + + + + +Several uwsgi_ssl_conf_command directives +can be specified on the same level. +These directives are inherited from the previous configuration level +if and only if there are +no uwsgi_ssl_conf_command directives +defined on the current level. + + + + +Note that configuring OpenSSL directly +might result in unexpected behavior. + + + + + + file diff --git a/xml/en/docs/stream/ngx_stream_proxy_module.xml b/xml/en/docs/stream/ngx_stream_proxy_module.xml --- a/xml/en/docs/stream/ngx_stream_proxy_module.xml +++ b/xml/en/docs/stream/ngx_stream_proxy_module.xml @@ -9,7 +9,7 @@ + rev="26">
@@ -422,6 +422,41 @@ The full list can be viewed using the + +command + +stream +server +1.19.4 + + +Sets arbitrary OpenSSL configuration +commands +when establishing a connection with the proxied server. + +The directive is supported when using OpenSSL 1.0.2 or higher. + + + + +Several proxy_ssl_conf_command directives +can be specified on the same level. +These directives are inherited from the previous configuration level +if and only if there are +no proxy_ssl_conf_command directives +defined on the current level. + + + + +Note that configuring OpenSSL directly +might result in unexpected behavior. + + + + + + file diff --git a/xml/ru/docs/http/ngx_http_grpc_module.xml b/xml/ru/docs/http/ngx_http_grpc_module.xml --- a/xml/ru/docs/http/ngx_http_grpc_module.xml +++ b/xml/ru/docs/http/ngx_http_grpc_module.xml @@ -10,7 +10,7 @@ + rev="5">
@@ -525,6 +525,42 @@ grpc_set_header Accept-Encoding ""; + +command + +http +server +location +1.19.4 + + +Задаёт произвольные конфигурационные +команды +OpenSSL +при установлении соединения с gRPC SSL-сервером. + +Директива поддерживается при использовании OpenSSL 1.0.2 и выше. + + + + +На одном уровне может быть указано +несколько директив grpc_ssl_conf_command. +Директивы наследуются с предыдущего уровня конфигурации при условии, что +на данном уровне не описаны +свои директивы grpc_ssl_conf_command. + + + + +Следует учитывать, что изменение настроек OpenSSL напрямую +может привести к неожиданному поведению. + + + + + + файл 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="70">
@@ -1967,6 +1967,42 @@ proxy_set_header Accept-Encoding ""; + +command + +http +server +location +1.19.4 + + +Задаёт произвольные конфигурационные +команды +OpenSSL +при установлении соединения с проксируемым HTTPS-сервером. + +Директива поддерживается при использовании OpenSSL 1.0.2 и выше. + + + + +На одном уровне может быть указано +несколько директив proxy_ssl_conf_command. +Директивы наследуются с предыдущего уровня конфигурации при условии, что +на данном уровне не описаны +свои директивы proxy_ssl_conf_command. + + + + +Следует учитывать, что изменение настроек OpenSSL напрямую +может привести к неожиданному поведению. + + + + + + файл diff --git a/xml/ru/docs/http/ngx_http_uwsgi_module.xml b/xml/ru/docs/http/ngx_http_uwsgi_module.xml --- a/xml/ru/docs/http/ngx_http_uwsgi_module.xml +++ b/xml/ru/docs/http/ngx_http_uwsgi_module.xml @@ -10,7 +10,7 @@ + rev="46">
@@ -1432,6 +1432,42 @@ uwsgi-сервер. + +command + +http +server +location +1.19.4 + + +Задаёт произвольные конфигурационные +команды +OpenSSL +при установлении соединения с suwsgi-сервером. + +Директива поддерживается при использовании OpenSSL 1.0.2 и выше. + + + + +На одном уровне может быть указано +несколько директив uwsgi_ssl_conf_command. +Директивы наследуются с предыдущего уровня конфигурации при условии, что +на данном уровне не описаны +свои директивы uwsgi_ssl_conf_command. + + + + +Следует учитывать, что изменение настроек OpenSSL напрямую +может привести к неожиданному поведению. + + + + + + файл diff --git a/xml/ru/docs/stream/ngx_stream_proxy_module.xml b/xml/ru/docs/stream/ngx_stream_proxy_module.xml --- a/xml/ru/docs/stream/ngx_stream_proxy_module.xml +++ b/xml/ru/docs/stream/ngx_stream_proxy_module.xml @@ -9,7 +9,7 @@ + rev="26">
@@ -421,6 +421,41 @@ Cессия завершится после отправки всех принятых датаграмм + +command + +stream +server +1.19.4 + + +Задаёт произвольные конфигурационные +команды +OpenSSL +при установлении соединения с проксируемым сервером. + +Директива поддерживается при использовании OpenSSL 1.0.2 и выше. + + + + +На одном уровне может быть указано +несколько директив proxy_ssl_conf_command. +Директивы наследуются с предыдущего уровня конфигурации при условии, что +на данном уровне не описаны +свои директивы proxy_ssl_conf_command. + + + + +Следует учитывать, что изменение настроек OpenSSL напрямую +может привести к неожиданному поведению. + + + + + + файл