Supporting UNIX sockets in address matching.

This closes #645 issue on GitHub.

(Also moved a changelog line that was misplaced in a previous commit.)
This commit is contained in:
Alejandro Colomar
2022-02-28 12:12:30 +01:00
parent c1cea3c97d
commit 6e36584a2e
5 changed files with 35 additions and 7 deletions

View File

@@ -31,6 +31,12 @@ NGINX Unit updated to 1.28.0.
date="" time=""
packager="Nginx Packaging <nginx-packaging@f5.com>">
<change type="feature">
<para>
supporting UNIX sockets in address matching.
</para>
</change>
<change type="feature">
<para>
forwarded header to replace client address and protocol.
@@ -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>