From 0d5d81b2717a1707fc22020e6b27b4dea23d7595 Mon Sep 17 00:00:00 2001 From: Artem Konev Date: Wed, 1 Jun 2022 14:54:13 +0100 Subject: Fixed minor issues in "changes.xml". --- docs/changes.xml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index c1cf96d2..ce136e8d 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -31,33 +31,34 @@ NGINX Unit updated to 1.27.0. date="" time="" packager="Andrei Belov <defan@nginx.com>"> - + -Ruby Rack environment parameter "SCRIPT_NAME" support. +ability to specify a custom index file name when serving static files. - + -supporting empty strings in the "location" option of the "return" action. +variables support in the "location" option of the "return" action. -ability to specify a custom index file name when serving static files. +support empty strings in the "location" option of the "return" action. -variables support in the "location" option of the "return" action. +added a new variable, $request_uri, that includes both the path and the query +parts as per RFC 3986, sections 3-4. -added new variable $request_uri with the same meaning as in NGINX. +Ruby Rack environment parameter "SCRIPT_NAME" support. @@ -75,7 +76,7 @@ Ruby Sinatra applications don't work without custom logging. -the controller process could crash when a chain with more than 4 +the controller process could crash when a chain of more than four certificates was uploaded. -- cgit