This commit is contained in:
2019-04-17 08:38:58 +09:00
parent b43386eff3
commit 4f95925cbc
2 changed files with 21 additions and 0 deletions
+20
View File
@@ -5,6 +5,26 @@
<change_log title="nginx">
<changes ver="1.15.12" date="2019-04-16">
<change type="bugfix">
<para lang="ru">
в рабочем процессе мог произойти segmentation fault,
если в директивах ssl_certificate или ssl_certificate_key
использовались переменные
и был включён OCSP stapling.
</para>
<para lang="en">
a segmentation fault might occur in a worker process
if variables were used
in the "ssl_certificate" or "ssl_certificate_key" directives
and OCSP stapling was enabled.
</para>
</change>
</changes>
<changes ver="1.15.11" date="2019-04-09">
<change type="bugfix">