diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2013-05-13 12:08:09 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2013-05-13 12:08:09 +0000 |
commit | 817ba0695884eb777a85e2bd0e1d721b5de2c357 (patch) | |
tree | f369b48a149cd8f3c46660978a40833aac41fd48 /profiles/desc | |
parent | Version bump. (diff) | |
download | historical-817ba0695884eb777a85e2bd0e1d721b5de2c357.tar.gz historical-817ba0695884eb777a85e2bd0e1d721b5de2c357.tar.bz2 historical-817ba0695884eb777a85e2bd0e1d721b5de2c357.zip |
Add use flag descriptions for nginx_modules_http_{gunzip,metrics,upstream_check} (bug #469534).
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/nginx_modules_http.desc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/profiles/desc/nginx_modules_http.desc b/profiles/desc/nginx_modules_http.desc index 855dfbe1def0..019462976eab 100644 --- a/profiles/desc/nginx_modules_http.desc +++ b/profiles/desc/nginx_modules_http.desc @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation. +# Copyright 1999-2013 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v 1.13 2013/03/31 01:55:02 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v 1.14 2013/05/13 12:08:09 dev-zero Exp $ # This file contains descriptions of NGINX_MODULES_HTTP USE_EXPAND flags. @@ -21,6 +21,7 @@ fastcgi - This module allows Nginx to interact with FastCGI processes and contro flv - This module provides the ability to seek within FLV (Flash) files using time-based offsets. geo - This module creates variables, whose values depend on the IP-address of the client. geoip - This module creates variables based on the IP-address of the client matched against the MaxMind GeoIP binary files. +gunzip - Permits to decompress gzip'ed files on-the-fly for clients not supporting the gzip encoding method. gzip - This module allows for on-the-fly gzip compression. gzip_static - Before serving a file from disk to a gzip-enabled client, this module will look for a precompressed file in the same location. headers_more - Set and clear input and output headers @@ -32,6 +33,7 @@ limit_zone - This module makes it possible to limit the number of simultaneous c lua - Embed the power of Lua into nginx map - This module allows you to classify, or map a set of values into a different set of values and store the result in a variable. memcached - You can use this module to perform simple caching. +metrics - Module to export various metrics in easy-parseable JSON. mp4 - This module adds pseudo-streaming passenger - Passenger makes deployment of Ruby web applications a breeze. perl - This module makes it possible to execute Perl directly within Nginx and call Perl via SSI. @@ -51,6 +53,7 @@ stub_status - This module provides the ability to get some status from nginx. sub - This module can search and replace text in the nginx response. upload - Enable support for handling file uploads using multipart/form-data encoding upload_progress - This module adds the ability to track POST upload progress via JSON API +upstream_check - Add health check support for upstream servers. upstream_ip_hash - This module provides the ability to distribute upstream requests based on the IP-address of the client. userid - This module gives out cookies for identification of clients. uwsgi - External module for the uWSGI protocol for python web apps. |