From 635781d2b0da5b0349f7b10c01376fdf292feed9 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Wed, 12 Oct 2016 21:28:12 +0200 Subject: 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 --- profiles/desc/nginx_modules_stream.desc | 1 + 1 file changed, 1 insertion(+) (limited to 'profiles/desc') 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. -- cgit v1.2.3-65-gdbad