TL;DR — Kurzzusammenfassung
Nginx 1.5.8 Changelog mit IPv6-Resolver-Unterstützung, TCP Fast Open, TLS für uwsgi-Backends und Fixes für das SPDY-Modul und SSL-Chunked-Transfers
Hinweis: Dieser Artikel wurde ursprünglich veröffentlicht in 2013. Einige Schritte, Befehle oder Softwareversionen haben sich möglicherweise geändert. Überprüfen Sie die aktuelle Dokumentation von NginX für die neuesten Informationen.
Changes with (https://nginx.org/ “Nginx”) 1.5.8
Below are the list of changes from the 1.5.7 release of NginX to version 1.5.8. This is provided as reference only and was obtained from: https://nginx.org/en/CHANGES
Changes with nginx 1.5.8 17 Dec 2013
*) Feature: IPv6 support in resolver.
*) Feature: the "listen" directive supports the "fastopen" parameter.
Thanks to Mathew Rodley.
*) Feature: (<https://en.wikipedia.org/wiki/Transport_Layer_Sicherheit> "Transport Layer Sicherheit") support in the ngx_http_uwsgi_module.
Thanks to Roberto De Ioris.
*) Feature: vim syntax highlighting scripts were added to contrib.
Thanks to Evan Miller.
*) Bugfix: a timeout might occur while reading client request body in an
SSL connection using chunked transfer encoding.
*) Bugfix: the "master_process" directive did not work correctly in
nginx/Windows.
*) Bugfix: the "setfib" parameter of the "listen" directive might not
work.
*) Bugfix: in the ngx_http_spdy_module.