From 6e36584a2e9bad0e7c4f96d68c527992deadc650 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Mon, 28 Feb 2022 12:12:30 +0100 Subject: Supporting UNIX sockets in address matching. This closes #645 issue on GitHub. (Also moved a changelog line that was misplaced in a previous commit.) --- docs/changes.xml | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'docs') diff --git a/docs/changes.xml b/docs/changes.xml index 66965311..8c4b5cf0 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -31,6 +31,12 @@ NGINX Unit updated to 1.28.0. date="" time="" packager="Nginx Packaging <nginx-packaging@f5.com>"> + + +supporting UNIX sockets in address matching. + + + forwarded header to replace client address and protocol. @@ -49,6 +55,12 @@ more http variables support. + + +added a new variable, $dollar, that translates to a literal "$" during + + + an index file that didn't contain a file extension was incorrectly @@ -62,13 +74,6 @@ increased the applications' startup timeout. - - -added a new variable, $dollar, that translates to a literal "$" during -variable substitution. - - - -- cgit