Nginx 1.9.3 發布,高性能 Web 服務器
Nginx(發音同 engine x)是一款輕量級的Web
服務器/反向代理服務器及電子郵件(IMAP/POP3)代理服務器,并在一個BSD-like 協議下發行。由俄羅斯的程序設計師Igor
Sysoev所開發,最初供俄國大型的入口網站及搜尋引擎Rambler(俄文:Рамблер)使用。
其特點是占有內存少,并發能力強,事實上nginx的并發能力確實在同類型的網頁伺服器中表現較好.目前中國大陸使用nginx網站用戶有:新浪、網易、
騰訊,另外知名的微網志Plurk也使用nginx。
Nginx 1.9.3 發布,更新內容如下:
*) Change: duplicate "http", "mail", and "stream" blocks are now disallowed.
*) Feature: connection limiting in the stream module.
*) Feature: data rate limiting in the stream module.
*) Bugfix: the "zone" directive inside the "upstream" block did not work on Windows.
*) Bugfix: compatibility with LibreSSL in the stream module. Thanks to Piotr Sikora.
*) Bugfix: in the "--builddir" configure parameter. Thanks to Piotr Sikora.
*) Bugfix: the "ssl_stapling_file" directive did not work; the bug had appeared in 1.9.2. Thanks to Faidon Liambotis and Brandon Black.
*) Bugfix: a segmentation fault might occur in a worker process if the "ssl_stapling" directive was used; the bug had appeared in 1.9.2.Thanks to Matthew Baldwin.
詳細信息請查看發行頁面: