diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2013-09-27 13:29:20 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2013-09-27 13:29:20 +0000 |
commit | f73c24b246d919f69e115ea3d2165d6ffad8f583 (patch) | |
tree | 5385bf2c0b8e40b448ae62530967bfae7952f990 /profiles/desc | |
parent | Stable for amd64 wrt bug #485944 (diff) | |
download | historical-f73c24b246d919f69e115ea3d2165d6ffad8f583.tar.gz historical-f73c24b246d919f69e115ea3d2165d6ffad8f583.tar.bz2 historical-f73c24b246d919f69e115ea3d2165d6ffad8f583.zip |
Add security to nginx_modules_http USE_EXPAND
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 e25db4cb9db8..db6c30184a6c 100644 --- a/profiles/desc/nginx_modules_http.desc +++ b/profiles/desc/nginx_modules_http.desc @@ -1,6 +1,6 @@ # 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.17 2013/09/26 06:19:14 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v 1.18 2013/09/27 13:29:20 dev-zero Exp $ # This file contains descriptions of NGINX_MODULES_HTTP USE_EXPAND flags. @@ -48,6 +48,7 @@ referer - This module makes it possible to block access to the site with the inc rewrite - This module makes it possible to change URI using regular expressions (PCRE), and to redirect and select configuration depending on variables. scgi - An implementation of the Simple Common Gateway Interface. secure_link - This module computes and checks request URLs for a required security token. +security - Web application firewall and Intrusion Detection System. slowfs_cache - This module adds the ability to cache static files split_clients - This module provides A/B testing support. ssi - This module provides a filter which processes Server-Side Includes (SSI) in the input. |