diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2012-07-30 11:10:27 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2012-07-30 11:10:27 +0000 |
commit | 5292de716f5d3341f2ed5e115df2b33b36447412 (patch) | |
tree | 90af78e6ba86864189ca084c94629d09787f0a8a /profiles/desc | |
parent | Version bump. Remove old. (diff) | |
download | historical-5292de716f5d3341f2ed5e115df2b33b36447412.tar.gz historical-5292de716f5d3341f2ed5e115df2b33b36447412.tar.bz2 historical-5292de716f5d3341f2ed5e115df2b33b36447412.zip |
update nginx modules descriptions
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/nginx_modules_http.desc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/profiles/desc/nginx_modules_http.desc b/profiles/desc/nginx_modules_http.desc index 0b8f81864df0..79a00795aa58 100644 --- a/profiles/desc/nginx_modules_http.desc +++ b/profiles/desc/nginx_modules_http.desc @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.10 2012/07/23 17:23:20 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v 1.11 2012/07/30 11:10:27 hollow Exp $ # This file contains descriptions of NGINX_MODULES_HTTP USE_EXPAND flags. @@ -26,7 +26,9 @@ headers_more - Set and clear input and output headers image_filter - This module is a filter for transforming JPEG, GIF and PNG images. limit_conn - This module makes it possible to limit the number of simultaneous connections for the assigned session limit_req - This module allows you to limit the number of requests for a given session. +limit_conn - This module makes it possible to limit the number of simultaneous connections for the assigned session limit_zone - This module makes it possible to limit the number of simultaneous connections for the assigned session +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. mp4 - This module adds pseudo-streaming |