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 | d7063bd0bef86150fba2b826ff9ec863e6baacb0 (patch) | |
tree | d618aded33cfcff548cb5491e08bf54ae15180eb /profiles/desc | |
parent | Version bump. Remove old. (diff) | |
download | gentoo-2-d7063bd0bef86150fba2b826ff9ec863e6baacb0.tar.gz gentoo-2-d7063bd0bef86150fba2b826ff9ec863e6baacb0.tar.bz2 gentoo-2-d7063bd0bef86150fba2b826ff9ec863e6baacb0.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 |