diff options
author | Oisin Canty <o.canty@f5.com> | 2021-05-06 14:22:21 +0000 |
---|---|---|
committer | Oisin Canty <o.canty@f5.com> | 2021-05-06 14:22:21 +0000 |
commit | b9d5eb285a2fca8b9b60d948acc679a5e16b3f94 (patch) | |
tree | 32dab8ccdef597e4daf50b3cffa74a3a2237607b /docs | |
parent | e0a061955bba69aaf28022d405362c8a5e444ff6 (diff) | |
download | unit-b9d5eb285a2fca8b9b60d948acc679a5e16b3f94.tar.gz unit-b9d5eb285a2fca8b9b60d948acc679a5e16b3f94.tar.bz2 |
Static: implemented MIME filtering
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 0858c2da..3d4fc698 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -33,6 +33,12 @@ NGINX Unit updated to 1.24.0. <change type="feature"> <para> +ability to limit serving of static files by MIME types. +</para> +</change> + +<change type="feature"> +<para> support for chrooting, rejecting symlinks, and rejecting crossing mounting points on a per-request basis during static file serving. </para> |