summaryrefslogtreecommitdiff
path: root/profiles/desc/nginx_modules_stream.desc
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /profiles/desc/nginx_modules_stream.desc
reinit the tree, so we can have metadata
Diffstat (limited to 'profiles/desc/nginx_modules_stream.desc')
-rw-r--r--profiles/desc/nginx_modules_stream.desc18
1 files changed, 18 insertions, 0 deletions
diff --git a/profiles/desc/nginx_modules_stream.desc b/profiles/desc/nginx_modules_stream.desc
new file mode 100644
index 000000000000..365edcb87171
--- /dev/null
+++ b/profiles/desc/nginx_modules_stream.desc
@@ -0,0 +1,18 @@
+# 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.
+
+# Keep it sorted.
+access - This module allows limiting access to certain client addresses.
+geo - This module creates variables, whose values depend on the IP-address of the client.
+geoip - This module creates variables based on the IP-address of the client matched against the MaxMind GeoIP binary files.
+limit_conn - This module is used to limit the number of connections per the defined key.
+map - This module allows you to classify, or map a set of values into a different set of values and store the result in a variable.
+realip - This module allows to change the client's IP address to value from request header (e. g. X-Real-IP or X-Forwarded-For).
+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_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.