From 17ab209203329b81d32196032ad43461ae8013e6 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 21 Jul 2017 22:16:35 +0200 Subject: profiles/desc: Remove unused values from NGINX_MODULES_STREAM --- profiles/desc/nginx_modules_stream.desc | 3 +-- 1 file changed, 1 insertion(+), 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. -- cgit v1.2.3-65-gdbad