summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2016-09-14 02:23:29 +0200
committerThomas Deutschmann <whissi@gentoo.org>2016-09-14 02:25:24 +0200
commite5dc465d3f55ad29998d8477b9489ba773e3b2cd (patch)
treeb559fc9c21761e6a26375ae9bb56d610ab123d32 /profiles
parentlxde-base/lxappearance-obconf: Version bump to 0.2.3 (diff)
downloadgentoo-e5dc465d3f55ad29998d8477b9489ba773e3b2cd.tar.gz
gentoo-e5dc465d3f55ad29998d8477b9489ba773e3b2cd.tar.bz2
gentoo-e5dc465d3f55ad29998d8477b9489ba773e3b2cd.zip
www-servers/nginx: Bump to v1.11.4
Package-Manager: portage-2.3.0
Diffstat (limited to 'profiles')
-rw-r--r--profiles/desc/nginx_modules_stream.desc1
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/desc/nginx_modules_stream.desc b/profiles/desc/nginx_modules_stream.desc
index d7634ac296b6..97d7ca64c4ce 100644
--- a/profiles/desc/nginx_modules_stream.desc
+++ b/profiles/desc/nginx_modules_stream.desc
@@ -10,6 +10,7 @@ geo - This module creates variables, whose values depend on the IP-address of th
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.
upstream - This module is used to define groups of servers that can be referenced by the proxy_pass directive.