diff options
Diffstat (limited to '')
-rw-r--r-- | docs/changes.xml | 111 | ||||
-rw-r--r-- | docs/man/man8/unitd.8.in (renamed from docs/man/unitd.8.in) | 48 |
2 files changed, 134 insertions, 25 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index 91ad1966..68257aa8 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -14,6 +14,117 @@ unit-ruby unit-jsc-common unit-jsc8 unit-jsc10 unit-jsc11 unit-jsc13 unit-jsc14 unit-jsc15 unit-jsc16 unit-jsc17 unit-jsc18 + unit-jsc19 unit-jsc20" + ver="1.30.0" rev="1" + date="2023-05-10" time="18:00:00 +0300" + packager="Nginx Packaging <nginx-packaging@f5.com>"> + +<change> +<para> +NGINX Unit updated to 1.30.0. +</para> +</change> + +</changes> + + +<changes apply="unit-jsc20" ver="1.30.0" rev="1" + date="2023-05-03" time="15:00:00 -0700" + packager="Nginx Packaging <nginx-packaging@f5.com>"> + +<change> +<para> +Initial release of Java 20 module for NGINX Unit. +</para> +</change> + +</changes> + + +<changes apply="unit" ver="1.30.0" rev="1" + date="2023-05-10" time="18:00:00 +0300" + packager="Nginx Packaging <nginx-packaging@f5.com>"> + +<change type="change"> +<para> +remove Unix domain listen sockets upon reconfiguration. +</para> +</change> + +<change type="feature"> +<para> +basic URI rewrite support. +</para> +</change> + +<change type="feature"> +<para> +NJS loadable modules support. +</para> +</change> + +<change type="feature"> +<para> +per-application logging. +</para> +</change> + +<change type="feature"> +<para> +conditional logging of route selection. +</para> +</change> + +<change type="feature"> +<para> +support the keys API on the request objects in NJS. +</para> +</change> + +<change type="feature"> +<para> +default values for 'make install' pathnames such as prefix; +this allows to './configure && make && sudo make install'. +</para> +</change> + +<change type="feature"> +<para> +"server_version" setting to omit the version token from "Server" header field. +</para> +</change> + +<change type="bugfix"> +<para> +request header field values could be corrupted in some cases; the bug had +appeared in 1.29.0. +</para> +</change> + +<change type="bugfix"> +<para> +PHP error handling (added missing 403 and 404 errors). +</para> +</change> + +<change type="bugfix"> +<para> +Perl applications crash on second responder call. +</para> +</change> + +</changes> + + +<changes apply="unit-php + unit-python unit-python2.7 + unit-python3.4 unit-python3.5 unit-python3.6 unit-python3.7 + unit-python3.8 unit-python3.9 unit-python3.10 unit-python3.11 + unit-go + unit-perl + unit-ruby + unit-jsc-common unit-jsc8 unit-jsc10 unit-jsc11 unit-jsc13 + unit-jsc14 unit-jsc15 unit-jsc16 unit-jsc17 unit-jsc18 unit-jsc19" ver="1.29.1" rev="1" date="2023-02-28" time="18:00:00 +0300" diff --git a/docs/man/unitd.8.in b/docs/man/man8/unitd.8.in index 46182781..a43e671f 100644 --- a/docs/man/unitd.8.in +++ b/docs/man/man8/unitd.8.in @@ -1,36 +1,36 @@ .\" (C) 2017-2021, NGINX, Inc. .\" -.Dd March 16, 2021 -.Dt UNITD 8 -.Os -.Sh NAME +.Dd 2023-04-26 +.Dt unitd 8 +.Os NGINX Unit +.Sh Name .Nm unitd .Nd "runs the NGINX Unit daemon" -.Sh SYNOPSIS +.Sh Synopsis .Nm .Op Fl Fl no-daemon .Op Fl Fl control Ar socket .Op Fl Fl group Ar name .Op Fl Fl user Ar name .Op Fl Fl log Ar file -.Op Fl Fl modules Ar directory +.Op Fl Fl modulesdir Ar directory .Op Fl Fl pid Ar file -.Op Fl Fl state Ar directory +.Op Fl Fl statedir Ar directory .Nm -.Op Fl h | Fl Fl help | v | Fl Fl version -.Sh DESCRIPTION +.Op Fl h | Fl Fl help | Fl Fl version +.Sh Description NGINX Unit is a polyglot app server, a reverse proxy, and a static file server for UNIX-like systems. It was built by .Xr nginx 8 team members from scratch to be highly efficient and fully configurable at runtime. -.Sh OPTIONS +.Sh Options .Bl -tag -width indent .It Fl h , Fl Fl help Displays a summary of Unit's command-line options and their compile-time defaults. -.It Fl v , Fl Fl version +.It Fl Fl version Displays Unit's version and the .Pa ./configure settings it was built with. @@ -43,38 +43,36 @@ or UNIX-domain format. Override group name and user name used to run Unit's non-privileged processes. .It Fl Fl log Ar file Overrides the pathname for Unit's log. -.It Fl Fl modules Ar directory +.It Fl Fl modulesdir Ar directory Overrides the directory path for Unit's language modules .Po Pa *.unit.so .Pc files . .It Fl Fl pid Ar file Overrides the pathname for the PID file of Unit's main process. -.It Fl Fl state Ar directory +.It Fl Fl statedir Ar directory Overrides the directory path for Unit's state storage. .El -.Sh EXIT STATUS +.Sh Exit status Exit status is 0 on success, or 1 if the daemon encounters an error. -.Sh FILES +.Sh Files .Bl -tag -width indent .It Pa %%PID_PATH%% The PID file of Unit's main process. .It Pa %%ERROR_LOG_PATH%% A general-purpose log for diagnostics and troubleshooting. .El -.Sh SOCKETS +.Sh Sockets .Bl -tag -width indent .It Pa %%SOCKET_PATH%% The socket address of Unit's control API. .El -.Sh AUTHORS -(C) 2017-2021, NGINX, Inc. -.Sh SEE ALSO +.Sh Copyright +(C) 2017-2023, NGINX, Inc. .Pp -Website: -.Pa https://unit.nginx.org +SPDX-License-Identifier: Apache-2.0 +.Sh See also +.Lk https://unit.nginx.org Website .Pp -User mailing list: -.Pa https://mailman.nginx.org/mailman/listinfo/unit +.Lk https://mailman.nginx.org/mailman/listinfo/unit "User mailing list" .Pp -GitHub: -.Pa https://github.com/nginx/unit +.Lk https://github.com/nginx/unit GitHub |