Nginx 稳定版更新至1.12.2
Nginx (engine x) 是一个高性能的HTTP和反向代理服务器,也是一个IMAP/POP3/SMTP服务器。Nginx是由伊戈尔·赛索耶夫为俄罗斯访问量第二的Rambler.ru站点(俄文:Рамблер)开发的,第一个公开版本0.1.0发布于2004年10月4日。

其将源代码以类BSD许可证的形式发布,因它的稳定性、丰富的功能集、示例配置文件和低系统资源的消耗而闻名。2011年6月1日,nginx 1.0.4发布。
Nginx是一款轻量级的Web 服务器/反向代理服务器及电子邮件(IMAP/POP3)代理服务器,并在一个BSD-like 协议下发行。其特点是占有内存少,并发能力强,事实上nginx的并发能力确实在同类型的网页服务器中表现较好,中国大陆使用nginx网站用户有:百度、京东、新浪、网易、腾讯、淘宝等。
Nginx 1.12.2更新日志(英文原版):
- Bugfix:client SSL connections were immediately closed if deferred
accept and the"proxy_protocol"parameter of the"listen"directive were
used. - Bugfix:client connections might be dropped during configuration
testing when using the"reuseport"parameter of the"listen" directive
on Linux. - Bugfix:incorrect response length was returned on 32-bit platforms
when requesting more than 4 gigabytes with multiple ranges. - Bugfix:switching to the next upstream server in the stream module
did not work when using the"ssl_preread"directive. - Bugfix:when using HTTP/2 client request body might be corrupted.
- Bugfix:in handling of client addresses when using unix domain
sockets.