diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-07-21 22:16:35 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-21 22:20:24 +0200 |
commit | 17ab209203329b81d32196032ad43461ae8013e6 (patch) | |
tree | 9dd04f556769f374b5bfec87307a126726ba5a7b | |
parent | profiles/desc: Remove unused values from CALLIGRA_FEATURES (diff) | |
download | gentoo-17ab209203329b81d32196032ad43461ae8013e6.tar.gz gentoo-17ab209203329b81d32196032ad43461ae8013e6.tar.bz2 gentoo-17ab209203329b81d32196032ad43461ae8013e6.zip |
profiles/desc: Remove unused values from NGINX_MODULES_STREAM
-rw-r--r-- | profiles/desc/nginx_modules_stream.desc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/profiles/desc/nginx_modules_stream.desc b/profiles/desc/nginx_modules_stream.desc index 922281b3b3a7..365edcb87171 100644 --- a/profiles/desc/nginx_modules_stream.desc +++ b/profiles/desc/nginx_modules_stream.desc @@ -1,4 +1,4 @@ -# Copyright 2016 Gentoo Foundation. +# Copyright 1999-2017 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 # This file contains descriptions of NGINX_MODULES_STREAM USE_EXPAND flags. @@ -13,7 +13,6 @@ realip - This module allows to change the client's IP address to value from requ return - This module allows sending a specified value to the client and then closing the connection. split_clients - This module provides A/B testing support. ssl_preread - This module allows extracting information from the ClientHello message without terminating SSL/TLS. -upstream - This module is used to define groups of servers that can be referenced by the proxy_pass directive. upstream_hash - This module provides the ability to distribute upstream requests based on hashed key value. upstream_least_conn - This module provides the ability to distribute upstream requests using load balancing methods. upstream_zone - This module makes it possible to define a shared memory zone that keeps the group's configuration and run-time state that are shared between worker processes. |