diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-02-03 22:59:52 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-02-06 14:54:38 +0100 |
commit | e7ef9defe11ab961f6e50917093436cb0e0e7578 (patch) | |
tree | 28c7d2c3b16f76f1671885f0033c55d48d29585a | |
parent | dev-java/jtds: Remove old (diff) | |
download | gentoo-e7ef9defe11ab961f6e50917093436cb0e0e7578.tar.gz gentoo-e7ef9defe11ab961f6e50917093436cb0e0e7578.tar.bz2 gentoo-e7ef9defe11ab961f6e50917093436cb0e0e7578.zip |
profiles: Update Useflag Descriptions for Nginx Modules
Thanks to Johan Bergström
-rw-r--r-- | profiles/desc/nginx_modules_http.desc | 1 | ||||
-rw-r--r-- | profiles/desc/nginx_modules_stream.desc | 10 |
2 files changed, 11 insertions, 0 deletions
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. |