diff options
author | Zhidao HONG <z.hong@f5.com> | 2022-10-14 14:00:02 +0800 |
---|---|---|
committer | Zhidao HONG <z.hong@f5.com> | 2022-10-14 14:00:02 +0800 |
commit | c03ebf7ffec285c040450a1882687d762c7b1b4f (patch) | |
tree | 0cf6c3c520e07288896127b73b3907bd4bd38d19 /docs | |
parent | db86dc0586ac6c7184eeacc3e8769816f90dfddd (diff) | |
download | unit-c03ebf7ffec285c040450a1882687d762c7b1b4f.tar.gz unit-c03ebf7ffec285c040450a1882687d762c7b1b4f.tar.bz2 |
Configuration: stopped automatic migration to the "share" behavior.
This commit removed the $uri auto-append for the "share" option
introduced in rev be6409cdb028.
The main reason is that it causes problems when preparing Unit configurations
to be loaded at startup from the state directory. E.g. Docker. A valid conf.json
file with $uri references will end up with $uri$uri due to the auto-append.
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 96877044..5a57f19e 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -31,6 +31,12 @@ NGINX Unit updated to 1.29.0. date="" time="" packager="Nginx Packaging <nginx-packaging@f5.com>"> +<change type="change"> +<para> +removed $uri auto-append for "share" when loading configuration. +</para> +</change> + <change type="feature"> <para> compatibility with PHP 8.2. |