发布于 2017-06-28 00:59:00 | 225 次阅读 | 评论: 0 | 来源: 网友投递
Nginx WEB服务器
Nginx 是一个高性能的 HTTP 和 反向代理 服务器,也是一个 IMAP/POP3/SMTP 代理服务器。 Nginx 是由 Igor Sysoev 为俄罗斯访问量第二的 Rambler.ru 站点开发的,第一个公开版本0.1.0发布于2004年10月4日。其将源代码以类BSD许可证的形式发布,因它的稳定性、丰富的功能集、示例配置文件和低系统资源的消耗而闻名。
Nginx 1.13.2 已发布。更新如下:
Change: nginx now returns 200 instead of 416 when a range starting with 0 is requested from an empty file.
Feature: the "add_trailer" directive.
Bugfix: nginx could not be built on Cygwin and NetBSD; the bug had appeared in 1.13.0.
Bugfix: nginx could not be built under MSYS2 / MinGW 64-bit.
Bugfix: a segmentation fault might occur in a worker process when using SSI with many includes and proxy_pass with variables.
Bugfix: in the ngx_http_v2_module.