diff options
author | Zhidao HONG <z.hong@f5.com> | 2022-03-09 13:29:43 +0800 |
---|---|---|
committer | Zhidao HONG <z.hong@f5.com> | 2022-03-09 13:29:43 +0800 |
commit | 0032543fa65f454c471c968998190b027c1ff270 (patch) | |
tree | c15909ea5c9c22b01221e94dd45a3a60a35e7cd3 /docs | |
parent | 03a7701133887dbf7e8eb8d80c4d2473f97477a7 (diff) | |
download | unit-0032543fa65f454c471c968998190b027c1ff270.tar.gz unit-0032543fa65f454c471c968998190b027c1ff270.tar.bz2 |
Ruby: added the Rack environment parameter "SCRIPT_NAME".
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changes.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index e1774e9d..ba7e41a3 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -31,6 +31,12 @@ NGINX Unit updated to 1.27.0. date="" time="" packager="Andrei Belov <defan@nginx.com>"> +<change type="change"> +<para> +Ruby Rack environment parameter "SCRIPT_NAME" support. +</para> +</change> + <change type="feature"> <para> variables support in the "location" option of the "return" action. |