comparison xml/en/docs/http/ngx_http_uwsgi_module.xml @ 2617:6684517c9d19

Documented the proxy_ssl_conf_command directive and friends.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 27 Oct 2020 22:03:37 +0000
parents eeed494bba51
children 7041bddec07d
comparison
equal deleted inserted replaced
2616:d8bf37d20449 2617:6684517c9d19
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_uwsgi_module" 10 <module name="Module ngx_http_uwsgi_module"
11 link="/en/docs/http/ngx_http_uwsgi_module.html" 11 link="/en/docs/http/ngx_http_uwsgi_module.html"
12 lang="en" 12 lang="en"
13 rev="45"> 13 rev="46">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_uwsgi_module</literal> module allows passing 18 The <literal>ngx_http_uwsgi_module</literal> module allows passing
1434 </para> 1434 </para>
1435 1435
1436 </directive> 1436 </directive>
1437 1437
1438 1438
1439 <directive name="uwsgi_ssl_conf_command">
1440 <syntax><value>command</value></syntax>
1441 <default/>
1442 <context>http</context>
1443 <context>server</context>
1444 <context>location</context>
1445 <appeared-in>1.19.4</appeared-in>
1446
1447 <para>
1448 Sets arbitrary OpenSSL configuration
1449 <link url="https://www.openssl.org/docs/man1.1.1/man3/SSL_CONF_cmd.html">commands</link>
1450 when establishing a connection with the secured uwsgi server.
1451 <note>
1452 The directive is supported when using OpenSSL 1.0.2 or higher.
1453 </note>
1454 </para>
1455
1456 <para>
1457 Several <literal>uwsgi_ssl_conf_command</literal> directives
1458 can be specified on the same level.
1459 These directives are inherited from the previous configuration level
1460 if and only if there are
1461 no <literal>uwsgi_ssl_conf_command</literal> directives
1462 defined on the current level.
1463 </para>
1464
1465 <para>
1466 <note>
1467 Note that configuring OpenSSL directly
1468 might result in unexpected behavior.
1469 </note>
1470 </para>
1471
1472 </directive>
1473
1474
1439 <directive name="uwsgi_ssl_crl"> 1475 <directive name="uwsgi_ssl_crl">
1440 <syntax><value>file</value></syntax> 1476 <syntax><value>file</value></syntax>
1441 <default/> 1477 <default/>
1442 <context>http</context> 1478 <context>http</context>
1443 <context>server</context> 1479 <context>server</context>