comparison docs/xml/nginx/changes.xml @ 7257:64179f242cb5 release-1.13.11

nginx-1.13.11-RELEASE
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 03 Apr 2018 17:38:09 +0300
parents 31c929e16910
children 051e5fa03b92
comparison
equal deleted inserted replaced
7256:a7a277490ae7 7257:64179f242cb5
1 <?xml version="1.0" ?> 1 <?xml version="1.0" ?>
2 <!DOCTYPE change_log SYSTEM "../../dtd/changes.dtd" > 2 <!DOCTYPE change_log SYSTEM "../../dtd/changes.dtd" >
3 3
4 4
5 <change_log title="nginx"> 5 <change_log title="nginx">
6
7
8 <changes ver="1.13.11" date="2018-04-03">
9
10 <change type="feature">
11 <para lang="ru">
12 параметр proxy_protocol директивы listen
13 теперь поддерживает протокол PROXY версии 2.
14 </para>
15 <para lang="en">
16 the "proxy_protocol" parameter of the "listen" directive
17 now supports the PROXY protocol version 2.
18 </para>
19 </change>
20
21 <change type="bugfix">
22 <para lang="ru">
23 nginx не собирался с OpenSSL 1.1.1 статически на Linux.
24 </para>
25 <para lang="en">
26 nginx could not be built with OpenSSL 1.1.1 statically on Linux.
27 </para>
28 </change>
29
30 <change type="bugfix">
31 <para lang="ru">
32 в параметрах http_404, http_500 и им подобных
33 директивы proxy_next_upstream.
34 </para>
35 <para lang="en">
36 in the "http_404", "http_500", etc. parameters
37 of the "proxy_next_upstream" directive.
38 </para>
39 </change>
40
41 </changes>
6 42
7 43
8 <changes ver="1.13.10" date="2018-03-20"> 44 <changes ver="1.13.10" date="2018-03-20">
9 45
10 <change type="feature"> 46 <change type="feature">