From c5220944d2acdb912c129fc82ac8a83d24e9845d Mon Sep 17 00:00:00 2001 From: Zhidao HONG Date: Thu, 30 Sep 2021 22:17:28 +0800 Subject: Static: variables in the "share" option. This commit supports variable in the "share" option, the finding path to file serve is the value from "share". An example: { "share": "/www/data/static$uri" } --- docs/changes.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index c547633a..1e1bff0a 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -31,6 +31,19 @@ NGINX Unit updated to 1.26.0. date="" time="" packager="Andrei Belov <defan@nginx.com>"> + + +the "share" option now specifies the entire path to the files it serves, +rather than a document root directory to be prepended to the request URI. + + + + + +variables support in the "share" option. + + + variables support in the "chroot" option. -- cgit