commit: e7ef9defe11ab961f6e50917093436cb0e0e7578 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Wed Feb 3 21:59:52 2016 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Sat Feb 6 13:54:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7ef9def
profiles: Update Useflag Descriptions for Nginx Modules Thanks to Johan Bergström profiles/desc/nginx_modules_http.desc | 1 + profiles/desc/nginx_modules_stream.desc | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/profiles/desc/nginx_modules_http.desc b/profiles/desc/nginx_modules_http.desc index f8cc3b9..b63e948 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 0000000..bc20e2a --- /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.
