diff options
author | Alejandro Colomar <alx.manpages@gmail.com> | 2022-02-28 12:12:30 +0100 |
---|---|---|
committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-07-26 16:24:33 +0200 |
commit | 6e36584a2e9bad0e7c4f96d68c527992deadc650 (patch) | |
tree | 927317d737b55d0bdec616d01cd39e10cbcb6f32 /docs/changes.xml | |
parent | c1cea3c97d5dfc260a54cab67b7dc1637a3deb59 (diff) | |
download | unit-6e36584a2e9bad0e7c4f96d68c527992deadc650.tar.gz unit-6e36584a2e9bad0e7c4f96d68c527992deadc650.tar.bz2 |
Supporting UNIX sockets in address matching.
This closes #645 issue on GitHub.
(Also moved a changelog line that was misplaced in a previous commit.)
Diffstat (limited to '')
-rw-r--r-- | docs/changes.xml | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index 66965311..8c4b5cf0 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -33,6 +33,12 @@ NGINX Unit updated to 1.28.0. <change type="feature"> <para> +supporting UNIX sockets in address matching. +</para> +</change> + +<change type="feature"> +<para> forwarded header to replace client address and protocol. </para> </change> @@ -49,6 +55,12 @@ more http variables support. </para> </change> +<change type="feature"> +<para> +added a new variable, $dollar, that translates to a literal "$" during +</para> +</change> + <change type="bugfix"> <para> an index file that didn't contain a file extension was incorrectly @@ -62,13 +74,6 @@ increased the applications' startup timeout. </para> </change> -<change type="feature"> -<para> -added a new variable, $dollar, that translates to a literal "$" during -variable substitution. -</para> -</change> - </changes> |