commit: ca722fd2fda7d684f4d30345be99b937b2b5c4f3 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Tue Jan 12 22:48:49 2016 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Tue Jan 12 22:49:22 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca722fd2
profiles: Update nginx useflag description profiles/desc/nginx_modules_http.desc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/profiles/desc/nginx_modules_http.desc b/profiles/desc/nginx_modules_http.desc index a91017c..f8cc3b9 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
