From e7ef9defe11ab961f6e50917093436cb0e0e7578 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Manuel=20R=C3=BCger?= Date: Wed, 3 Feb 2016 22:59:52 +0100 Subject: [PATCH] profiles: Update Useflag Descriptions for Nginx Modules MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Thanks to Johan Bergström --- profiles/desc/nginx_modules_http.desc | 1 + profiles/desc/nginx_modules_stream.desc | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 profiles/desc/nginx_modules_stream.desc diff --git a/profiles/desc/nginx_modules_http.desc b/profiles/desc/nginx_modules_http.desc index f8cc3b94b8bc..b63e94883d1d 100644 --- a/profiles/desc/nginx_modules_http.desc +++ b/profiles/desc/nginx_modules_http.desc @@ -8,6 +8,7 @@ access - This module provides a simple host-based access control. addition - This module adds contents of other locations before and after the current location's content. auth_basic - This module protects your site or parts of it with username and password based on HTTP Basic Authentication. +auth_ldap - LDAP module for nginx which supports authentication against multiple LDAP servers. auth_pam - This module provides authentication via PAM. auth_request - Module implementing client authorization based on the result of a subrequest. autoindex - This module provides automatic directory listings. diff --git a/profiles/desc/nginx_modules_stream.desc b/profiles/desc/nginx_modules_stream.desc new file mode 100644 index 000000000000..bc20e2a82d53 --- /dev/null +++ b/profiles/desc/nginx_modules_stream.desc @@ -0,0 +1,10 @@ +# Copyright 2016 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# This file contains descriptions of NGINX_MODULES_STREAM USE_EXPAND flags. + +# Keep it sorted. +access - This module allows limiting access to certain client addresses. +limit_conn - This module is used to limit the number of connections per the defined key. +upstream - This module is used to define groups of servers that can be referenced by the proxy_pass directive. -- 2.26.2