发布于 2017-05-31 02:59:42 | 220 次阅读 | 评论: 0 | 来源: 网友投递
Nginx WEB服务器
Nginx 是一个高性能的 HTTP 和 反向代理 服务器,也是一个 IMAP/POP3/SMTP 代理服务器。 Nginx 是由 Igor Sysoev 为俄罗斯访问量第二的 Rambler.ru 站点开发的,第一个公开版本0.1.0发布于2004年10月4日。其将源代码以类BSD许可证的形式发布,因它的稳定性、丰富的功能集、示例配置文件和低系统资源的消耗而闻名。
Nginx 1.13.1 发布了。更新内容如下:
Feature: now a hostname can be used as the "set_real_ip_from" directive parameter.
Feature: vim syntax highlighting scripts improvements.
Feature: the "worker_cpu_affinity" directive now works on DragonFly BSD.
Bugfix: SSL renegotiation on backend connections did not work when using OpenSSL before 1.1.0.
Workaround: nginx could not be built with Oracle Developer Studio 12.5.
Workaround: now cache manager ignores long locked cache entries when cleaning cache based on the "max_size" parameter.
Bugfix: client SSL connections were immediately closed if deferred accept and the "proxy_protocol" parameter of the "listen" directive were used.
Bugfix: in the "proxy_cache_background_update" directive.
Workaround: now the "tcp_nodelay" directive sets the TCP_NODELAY option before an SSL handshake.