Skip to content

Commit 01cd773

Browse files
committed
Added note about testing the ssl_engine directive.
1 parent c15169d commit 01cd773

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

xml/en/docs/ngx_core_module.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<module name="Core functionality"
1111
link="/en/docs/ngx_core_module.html"
1212
lang="en"
13-
rev="27">
13+
rev="28">
1414

1515
<section id="example" name="Example Configuration">
1616

@@ -423,6 +423,12 @@ Defines a <value>file</value> that will store the process ID of the main process
423423
Defines the name of the hardware SSL accelerator.
424424
</para>
425425

426+
<para>
427+
<note>
428+
The module may be dynamically loaded by OpenSSL during configuration testing.
429+
</note>
430+
</para>
431+
426432
</directive>
427433

428434

xml/ru/docs/ngx_core_module.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<module name="Основная функциональность"
1111
link="/ru/docs/ngx_core_module.html"
1212
lang="ru"
13-
rev="27">
13+
rev="28">
1414

1515
<section id="example" name="Пример конфигурации">
1616

@@ -421,6 +421,13 @@ load_module modules/ngx_mail_module.so;
421421
Задаёт название аппаратного SSL-акселератора.
422422
</para>
423423

424+
<para>
425+
<note>
426+
При тестировании конфигурации библиотека OpenSSL может загрузить
427+
динамический модуль.
428+
</note>
429+
</para>
430+
424431
</directive>
425432

426433

0 commit comments

Comments
 (0)