Nginx 1.9.0 开发版发布,该版本增加了 stream module 用于一般的 TCP 代理和负载均衡。 其他改进包括: *) Change: 删除过时的 aio 和 rtsig 事件处理方法 *) Feature: 可在 upstream 块中使用 "zone" 指令 *) Feature: 流模块,支持 TCP 代理和负载均衡 *) Feature: ngx_http_memcached_module 支持字节范围 *) Feature: Windows 版本支持使用共享内存,带随机化地址空间布局. *) Feature: "error_log" 指令可在 mail 和 server 级别 *) Bugfix: the "proxy_protocol" parameter of the "listen" directive did not work if not specified in the first "listen" directive for a listen socket. 相关链接
|