diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/man/nginx.8 | 13 | ||||
| -rw-r--r-- | docs/xml/nginx/changes.xml | 56 |
2 files changed, 66 insertions, 3 deletions
diff --git a/docs/man/nginx.8 b/docs/man/nginx.8 index 573d935e6..10db3e6cb 100644 --- a/docs/man/nginx.8 +++ b/docs/man/nginx.8 @@ -25,7 +25,7 @@ .\" SUCH DAMAGE. .\" .\" -.Dd December 5, 2019 +.Dd November 5, 2020 .Dt NGINX 8 .Os .Sh NAME @@ -35,6 +35,7 @@ .Nm .Op Fl ?hqTtVv .Op Fl c Ar file +.Op Fl e Ar file .Op Fl g Ar directives .Op Fl p Ar prefix .Op Fl s Ar signal @@ -54,6 +55,12 @@ Print help. .It Fl c Ar file Use an alternative configuration .Ar file . +.It Fl e Ar file +Use an alternative error log +.Ar file . +Special value +.Cm stderr +indicates that the standard error output should be used. .It Fl g Ar directives Set global configuration directives. See @@ -198,10 +205,10 @@ Development of started in 2002, with the first public release on October 4, 2004. .Sh AUTHORS .An -nosplit -.An Igor Sysoev Aq igor@sysoev.ru . +.An Igor Sysoev Aq Mt igor@sysoev.ru . .Pp This manual page was originally written by -.An Sergey A. Osokin Aq osa@FreeBSD.org.ru +.An Sergey A. Osokin Aq Mt osa@FreeBSD.org.ru as a result of compiling many .Nm documents from all over the world. diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index a7417f59c..d1bd0219f 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -5,6 +5,62 @@ <change_log title="nginx"> +<changes ver="1.19.5" date="2020-11-24"> + +<change type="feature"> +<para lang="ru"> +ключ -e. +</para> +<para lang="en"> +the -e switch. +</para> +</change> + +<change type="feature"> +<para lang="ru"> +при сборке дополнительных модулей +теперь можно указывать одни и те же исходные файлы в разных модулях. +</para> +<para lang="en"> +the same source files can now be specified in different modules +while building addon modules. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +SSL shutdown не работал +при закрытии соединений с ожиданием дополнительных данных (lingering close). +</para> +<para lang="en"> +SSL shutdown did not work +when lingering close was used. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +при работе с gRPC-бэкендами +могли возникать ошибки "upstream sent frame for closed stream". +</para> +<para lang="en"> +"upstream sent frame for closed stream" errors might occur +when working with gRPC backends. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +во внутреннем API для обработки тела запроса. +</para> +<para lang="en"> +in request body filters internal API. +</para> +</change> + +</changes> + + <changes ver="1.19.4" date="2020-10-27"> <change type="feature"> |
