diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2010-05-30 07:20:26 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2010-05-30 07:20:26 +0000 |
commit | 29b94a2153e55caa2131f6528c37aa3d6eb8bb01 (patch) | |
tree | 97ec3487bab795b6e4b03d01e9daba324563c4c0 /profiles/desc | |
parent | version bump wrt #321681 (diff) | |
download | gentoo-2-29b94a2153e55caa2131f6528c37aa3d6eb8bb01.tar.gz gentoo-2-29b94a2153e55caa2131f6528c37aa3d6eb8bb01.tar.bz2 gentoo-2-29b94a2153e55caa2131f6528c37aa3d6eb8bb01.zip |
add nginx_modules_http_split_clients
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/nginx_modules_http.desc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/desc/nginx_modules_http.desc b/profiles/desc/nginx_modules_http.desc index 8a61ac7d4dae..aaa01d323e4a 100644 --- a/profiles/desc/nginx_modules_http.desc +++ b/profiles/desc/nginx_modules_http.desc @@ -1,6 +1,6 @@ # Copyright 2010 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.4 2010/05/30 07:12:57 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v 1.5 2010/05/30 07:20:26 hollow Exp $ # This file contains descriptions of NGINX_MODULES_HTTP USE_EXPAND flags. @@ -35,6 +35,7 @@ realip - This module allows to change the client's IP address to value from requ referer - This module makes it possible to block access to the site with the incorrect values of line "Referer" in the request header. rewrite - This module makes it possible to change URI using regular expressions (PCRE), and to redirect and select configuration depending on variables. secure_link - This module computes and checks request URLs for a required security token. +split_clients - This module provides A/B testing support. ssi - This module provides a filter which processes Server-Side Includes (SSI) in the input. 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. |