comparison xml/en/docs/http/ngx_http_proxy_module.xml @ 2721:7041bddec07d

Documented variables support for certificates in proxy, uwsgi, grpc.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 28 Apr 2021 22:37:48 +0100
parents 50b90da82bc2
children 4add6ae1296f
comparison
equal deleted inserted replaced
2720:9c3691c24f9e 2721:7041bddec07d
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_proxy_module" 10 <module name="Module ngx_http_proxy_module"
11 link="/en/docs/http/ngx_http_proxy_module.html" 11 link="/en/docs/http/ngx_http_proxy_module.html"
12 lang="en" 12 lang="en"
13 rev="72"> 13 rev="73">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_proxy_module</literal> module allows passing 18 The <literal>ngx_http_proxy_module</literal> module allows passing
1936 <para> 1936 <para>
1937 Specifies a <value>file</value> with the certificate in the PEM format 1937 Specifies a <value>file</value> with the certificate in the PEM format
1938 used for authentication to a proxied HTTPS server. 1938 used for authentication to a proxied HTTPS server.
1939 </para> 1939 </para>
1940 1940
1941 <para>
1942 Since version 1.21.0, variables can be used in the <value>file</value> name.
1943 </para>
1944
1941 </directive> 1945 </directive>
1942 1946
1943 1947
1944 <directive name="proxy_ssl_certificate_key"> 1948 <directive name="proxy_ssl_certificate_key">
1945 <syntax><value>file</value></syntax> 1949 <syntax><value>file</value></syntax>
1958 The value 1962 The value
1959 <literal>engine</literal>:<value>name</value>:<value>id</value> 1963 <literal>engine</literal>:<value>name</value>:<value>id</value>
1960 can be specified instead of the <value>file</value> (1.7.9), 1964 can be specified instead of the <value>file</value> (1.7.9),
1961 which loads a secret key with a specified <value>id</value> 1965 which loads a secret key with a specified <value>id</value>
1962 from the OpenSSL engine <value>name</value>. 1966 from the OpenSSL engine <value>name</value>.
1967 </para>
1968
1969 <para>
1970 Since version 1.21.0, variables can be used in the <value>file</value> name.
1963 </para> 1971 </para>
1964 1972
1965 </directive> 1973 </directive>
1966 1974
1967 1975