diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-01-12 23:48:49 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-01-12 23:49:22 +0100 |
commit | ca722fd2fda7d684f4d30345be99b937b2b5c4f3 (patch) | |
tree | 830a849ccd67c9870e43b2e064abff5545c6c2fa /profiles/desc/nginx_modules_http.desc | |
parent | dev-python/python-bugzilla: Clean up old. (diff) | |
download | gentoo-ca722fd2fda7d684f4d30345be99b937b2b5c4f3.tar.gz gentoo-ca722fd2fda7d684f4d30345be99b937b2b5c4f3.tar.bz2 gentoo-ca722fd2fda7d684f4d30345be99b937b2b5c4f3.zip |
profiles: Update nginx useflag description
Diffstat (limited to 'profiles/desc/nginx_modules_http.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 a91017c550d9..f8cc3b94b8bc 100644 --- a/profiles/desc/nginx_modules_http.desc +++ b/profiles/desc/nginx_modules_http.desc @@ -54,11 +54,13 @@ rewrite - This module makes it possible to change URI using regular expressions 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. +slice - A filter that splits a request into subrequests, each returning a certain range of response 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. -spdy - This module provides an SPDY implementation. +spdy - This module provides an SPDY implementation. (Deprecated, use IUSE="http2" instead) sticky - Module to always forward clients to the same upstream server (via sticky cookies) +stream_core - Stream core module for generic TCP proxying and load balancing. 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 |