body { background: white; color: black; font-family: sans-serif; line-height: 1.4em; text-align: center; margin: 0; padding: 0; } #banner { background: black; color: #F2F2F2; line-height: 1.2em; padding: .3em 0; box-shadow: 0 5px 10px black; } #banner a { color: #00B140; } #main { text-align: left; margin: 0 auto; min-width: 32em; max-width: 64em; } #menu { float: right; width: 11em; padding: 0 .5em 1em .5em; border-left: 2px solid #DDD; } #content { margin-right: 13.5em; padding: 0 .2em 0 1.5em; } h1 { display: block; font-size: 3em; text-align: left; height: .7em; margin: 0; margin-bottom: .5em; } h1 img { width: 100%; } h2 { text-align: center; } p { text-align: justify; } table.news p { margin-top: 0; } table.news td { vertical-align: baseline; } table.news .date { text-align: right; padding-right: 0.5em; white-space: nowrap; } table.donors td { vertical-align: baseline; } table.donors li { text-align: left; } div.directive { background: #F2F2F2; line-height: 1em; margin: 1em 0 1em -1em; padding: .7em .7em .7em 1em; border-top: 2px solid #DDD; } div.directive th { padding-left: 0; padding-right: .5em; vertical-align: baseline; text-align: left; font-weight: normal; } div.directive td { vertical-align: baseline; } div.directive pre { padding: 0; margin: 0; } div.directive p { margin: .5em 0 0 .1em; font-size: .8em; } a.notrans { color: gray; text-decoration:none; } span.initial { font-size: 200%; float: left; padding-right: 10pt;} ul, ol { margin: .5em 0 1em 1em; padding: 0 .5em; } ol { list-style-position: inside; } li { text-align: justify; padding: .5em 0 0 1px; } .compact li { padding-top: 0; } dl { margin: .5em 0 1em 0; } dt { margin: .5em 0; } .compact dt { margin-bottom: .2em; } dd { margin-left: 1.5em; padding-left: 1px; text-align: justify; } td.list { background: #F2F2F2; } blockquote { margin: 1em 0 1em 1em; padding: .5em; } li blockquote, dd blockquote { margin: .7em 0; } blockquote.note { border: 1px dotted #999; line-height: 1.2em; text-align: justify; } blockquote.example { line-height: 1em; border-left: 1px solid #BBB; } blockquote.example pre { padding: 0; margin: 0; } sup { font-size: 50%; } .video { position: relative; padding-bottom: 56.25%; overflow: hidden; } .video iframe, .video object, .video embed { position: absolute; top:0; left:0; width:100%; height:100%; }

nginx

english
русский

news
2023
2022
2021
2020
2019
2018
2017
2016
2015
2014
2013
2012
2011
2010
2009

about
download
security
documentation
faq
books
community

trac
twitter
blog

unit
njs

nginx news: 2023

2023-10-24

nginx-1.25.3 mainline version has been released.

2023-10-24

njs-0.8.2 version has been released, featuring the console object.

2023-10-19

unit-1.31.1 maintenance version has been released.

2023-09-12

njs-0.8.1 version has been released, featuring the js_periodic directive for http and stream.

2023-08-31

unit-1.31.0 version has been released, featuring server-side WebAssembly and response header manipulation.

2023-08-15

nginx-1.25.2 mainline version has been released.

2023-07-06

njs-0.8.0 version has been released, featuring shared dictionary for http and stream and global ngx properties.

2023-06-13

nginx-1.25.1 mainline version has been released.

2023-06-01

unit community call has been announced to facilitate open discussion of new features and the future direction.

2023-05-23

nginx-1.25.0 mainline version has been released, featuring experimental HTTP/3 support.

2023-05-10

unit-1.30.0 version has been released, featuring URI rewrite, improved logging, and njs module support.

2023-04-11

nginx-1.24.0 stable version has been released, incorporating new features and bug fixes from the 1.23.x mainline branch  — including improved handling of multiple header lines with identical names, memory usage optimization in configurations with SSL proxying, better sanity checking of the listen directive protocol parameters, TLSv1.3 protocol enabled by default, automatic rotation of TLS session tickets encryption keys when using shared memory in the ssl_session_cache directive, and more.

2023-04-10

njs-0.7.12 version has been released, featuring zlib module.

2023-03-28

nginx-1.23.4 mainline version has been released.

2023-03-09

njs-0.7.11 version has been released, featuring XMLNode API to modify XML documents.

2023-02-28

unit-1.29.1 bugfix version has been released.

2023-02-08

nginx-quic packages are now available to preview HTTP3/QUIC implementation. Check out the announcement blog post and quic.nginx.org for installation instructions, documentation, and more.

2023-02-07

njs-0.7.10 version has been released, featuring extended WebCrypto API, extended Fetch API and xml module.