]> git.kaiwu.me - nginx.git/commitdiff
nginx-1.13.11-RELEASE release-1.13.11
authorMaxim Dounin <mdounin@mdounin.ru>
Tue, 3 Apr 2018 14:38:09 +0000 (17:38 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Tue, 3 Apr 2018 14:38:09 +0000 (17:38 +0300)
docs/xml/nginx/changes.xml

index 7cb1fcf060696e839d8a432da818bf31ab8d8e94..66eb0f7ee3b0c02b2a634915b96709a8ac20c86b 100644 (file)
@@ -5,6 +5,42 @@
 <change_log title="nginx">
 
 
+<changes ver="1.13.11" date="2018-04-03">
+
+<change type="feature">
+<para lang="ru">
+параметр proxy_protocol директивы listen
+теперь поддерживает протокол PROXY версии 2.
+</para>
+<para lang="en">
+the "proxy_protocol" parameter of the "listen" directive
+now supports the PROXY protocol version 2.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+nginx не собирался с OpenSSL 1.1.1 статически на Linux.
+</para>
+<para lang="en">
+nginx could not be built with OpenSSL 1.1.1 statically on Linux.
+</para>
+</change>
+
+<change type="bugfix">
+<para lang="ru">
+в параметрах http_404, http_500 и им подобных
+директивы proxy_next_upstream.
+</para>
+<para lang="en">
+in the "http_404", "http_500", etc. parameters
+of the "proxy_next_upstream" directive.
+</para>
+</change>
+
+</changes>
+
+
 <changes ver="1.13.10" date="2018-03-20">
 
 <change type="feature">