diff --git a/docs/changes.xml b/docs/changes.xml index c1cf96d2..ce136e8d 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -31,18 +31,6 @@ NGINX Unit updated to 1.27.0. date="" time="" packager="Andrei Belov <defan@nginx.com>"> - - -Ruby Rack environment parameter "SCRIPT_NAME" support. - - - - - -supporting empty strings in the "location" option of the "return" action. - - - ability to specify a custom index file name when serving static files. @@ -57,7 +45,20 @@ variables support in the "location" option of the "return" action. -added new variable $request_uri with the same meaning as in NGINX. +support empty strings 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. + + + + + +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.