diff options
author | 2016-10-12 21:28:12 +0200 | |
---|---|---|
committer | 2016-10-12 21:48:03 +0200 | |
commit | 635781d2b0da5b0349f7b10c01376fdf292feed9 (patch) | |
tree | 4d8f73d6caf3169667048804910aa184d71ac8eb /profiles/desc | |
parent | dev-util/lorax: add a stub for the non-working tests (diff) | |
download | gentoo-635781d2b0da5b0349f7b10c01376fdf292feed9.tar.gz gentoo-635781d2b0da5b0349f7b10c01376fdf292feed9.tar.bz2 gentoo-635781d2b0da5b0349f7b10c01376fdf292feed9.zip |
www-servers/nginx: Bump to v1.11.5 mainline
Ebuild changes:
===============
- IPv6 support is now enabled per default due to upstream
changeset 6724:a6d116645c51
- NAXSI updated to v0.55.1
- rtmp module updated to v1.1.10
- LDAP authentication module updated to commit dbcef31b to fix some
segmentation faults
Package-Manager: portage-2.3.2
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/nginx_modules_stream.desc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/desc/nginx_modules_stream.desc b/profiles/desc/nginx_modules_stream.desc index 97d7ca64c4ce..694dae96eb42 100644 --- a/profiles/desc/nginx_modules_stream.desc +++ b/profiles/desc/nginx_modules_stream.desc @@ -13,6 +13,7 @@ map - This module allows you to classify, or map a set of values into a differen 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 - 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. |