更新 Nginx 到 Mainline 版 1.13.1

栏目: 服务器 · Nginx · 发布时间: 8年前

内容简介:更新 Nginx 到 Mainline 版 1.13.1

使用 Nginx 的 Mainline 版其实已经有很长时间了,我感觉还是很稳定的,性能真的很出众!今天发现 Nginx 的 Mainline 版已经更新到 1.13.1 了,于是就第一时间的更新了 LNMP 里的 Nginx 。

更新 Nginx 到 Mainline 版 1.13.1

Mainline 版 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.
      Thanks to Sepherosa Ziehau.
  • *) 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.

以上所述就是小编给大家介绍的《更新 Nginx 到 Mainline 版 1.13.1》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Python高性能(第2版)

Python高性能(第2版)

[加] 加布丽埃勒•拉纳诺(Gabriele Lanaro) / 袁国忠 / 人民邮电出版社 / 2018-8 / 59.00元

本书是一本Python性能提升指南,展示了如何利用Python的原生库以及丰富的第三方库来构建健壮的应用程序。书中阐释了如何利用各种剖析器来找出Python应用程序的性能瓶颈,并应用正确的算法和高效的数据结构来解决它们;介绍了如何有效地利用NumPy、Pandas和Cython高性能地执行数值计算;解释了异步编程的相关概念,以及如何利用响应式编程实现响应式应用程序;概述了并行编程的概念,并论述了如......一起来看看 《Python高性能(第2版)》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具