Nginx v1.11.0 发布
jopen 8年前
<p style="text-align: center;"><img alt="" src="https://simg.open-open.com/show/b4a2530722c90ec51e9ea029d248eb5c.png" /></p> <p>Nginx是一款轻量级的Web 服务器/反向代理服务器及电子邮件(IMAP/POP3)代理服务器,并在一个BSD-like 协议下发行。由俄罗斯的程序设计师Igor Sysoev所开发,供俄国大型的入口网站及搜索引擎Rambler(俄文:Рамблер)使用。其特点是占有内存少,并发能力强,事实上nginx的并发能力确实在同类型的网页服务器中表现较好,中国大陆使用nginx网站用户有:京东、新浪、网易、腾讯、淘宝等。</p> <h2>更新日志</h2> <ul> <li>Feature: the "transparent" parameter of the "proxy_bind", "fastcgi_bind", "memcached_bind", "scgi_bind", and "uwsgi_bind" directives.</li> <li>Feature: the $request_id variable.</li> <li>Feature: the "map" directive supports combinations of multiple variables as resulting values.</li> <li>Feature: now nginx checks if EPOLLRDHUP events are supported by kernel, and optimizes connection handling accordingly if the "epoll" method is used.</li> <li>Feature: the "ssl_certificate" and "ssl_certificate_key" directives can be specified multiple times to load certificates of different types (for example, RSA and ECDSA).</li> <li>Feature: the "ssl_ecdh_curve" directive now allows specifying a list of curves when using OpenSSL 1.0.2 or newer; by default a list built into OpenSSL is used.</li> <li>Change: to use DHE ciphers it is now required to specify parameters using the "ssl_dhparam" directive.</li> <li>Feature: the $proxy_protocol_port variable.</li> <li>Feature: the $realip_remote_port variable in the ngx_http_realip_module.</li> <li>Feature: the ngx_http_realip_module is now able to set the client port in addition to the address.</li> <li>Change: the "421 Misdirected Request" response now used when rejecting requests to a virtual server different from one negotiated during an SSL handshake; this improves interoperability with some HTTP/2 clients when using client certificates.</li> <li>Change: HTTP/2 clients can now start sending request body immediately; the "http2_body_preread_size" directive controls size of the buffer used before nginx will start reading client request body.</li> <li>Bugfix: cached error responses were not updated when using the "proxy_cache_bypass" directive.</li> </ul> <h2>下载地址</h2> <ul> <li><a href="/misc/goto?guid=4958990758283463854" rel="nofollow"><strong>Source code</strong> (zip)</a></li> <li><a href="/misc/goto?guid=4958990758395351831" rel="nofollow"><strong>Source code</strong> (tar.gz)</a></li> </ul> <h2> </h2>