发布于 2016-12-27 23:48:00 | 213 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的Nginx开发从入门到精通,程序狗速度看过来!
Nginx WEB服务器
Nginx 是一个高性能的 HTTP 和 反向代理 服务器,也是一个 IMAP/POP3/SMTP 代理服务器。 Nginx 是由 Igor Sysoev 为俄罗斯访问量第二的 Rambler.ru 站点开发的,第一个公开版本0.1.0发布于2004年10月4日。其将源代码以类BSD许可证的形式发布,因它的稳定性、丰富的功能集、示例配置文件和低系统资源的消耗而闻名。
Nginx 1.11.8 发布了,
更新内容:
Feature: the "absolute_redirect" directive.
Feature: the "escape" parameter of the "log_format" directive.
Feature: client SSL certificates verification in the stream module.
Feature: the "ssl_session_ticket_key" directive supports AES256
encryption of TLS session tickets when used with 80-byte keys.
Feature: vim-commentary support in vim scripts.
Thanks to Armin Grodon.
Bugfix: recursion when evaluating variables was not limited.
Bugfix: in the ngx_stream_ssl_preread_module.
Bugfix: if a server in an upstream in the stream module failed, it
was considered alive only when a test connection sent to it after fail_timeout was closed; now a successfully established connection is enough.
Bugfix: nginx/Windows could not be built with 64-bit Visual Studio.
Bugfix: nginx/Windows could not be built with OpenSSL 1.1.0.
下载地址: