diff options
author | Andrew Udvare <audvare@gmail.com> | 2021-06-19 23:57:56 -0400 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-04-24 00:47:38 +0200 |
commit | 4125a7c0de6420a9d3f134f80b3878d6bd78006b (patch) | |
tree | 010fc22847e12ff24122175c012250871bb6a518 /profiles | |
parent | dev-lang/jsonnet: disable py3.9 (diff) | |
download | gentoo-4125a7c0de6420a9d3f134f80b3878d6bd78006b.tar.gz gentoo-4125a7c0de6420a9d3f134f80b3878d6bd78006b.tar.bz2 gentoo-4125a7c0de6420a9d3f134f80b3878d6bd78006b.zip |
www-servers/nginx: add nginx-vod module
Signed-off-by: Andrew Udvare <audvare@gmail.com>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/desc/nginx_modules_http.desc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/desc/nginx_modules_http.desc b/profiles/desc/nginx_modules_http.desc index ce7da74c6392..dd1d7ea38a95 100644 --- a/profiles/desc/nginx_modules_http.desc +++ b/profiles/desc/nginx_modules_http.desc @@ -73,4 +73,5 @@ upstream_zone - This module makes it possible to define a shared memory zone tha userid - This module gives out cookies for identification of clients. uwsgi - External module for the uWSGI protocol for python web apps. vhost_traffic_status - This module provides access to virtual host status information. +vod - Adds support for video streaming using DASH, HDS, HLS, MSS. xslt - This module is a filter which converts an XML response with the aid of one or more XSLT templates. |