summaryrefslogtreecommitdiff
path: root/profiles/server
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2016-08-14 13:29:30 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2016-08-14 13:29:30 +0100
commit4caf1097eed22a427246bb4b58cc8809e554f3e8 (patch)
treeb07306402c1e01083c08e751de964a1af99c029e /profiles/server
parentprofiles/desktop: Enable gnutls USE flag for app-crypt/gnupg (diff)
downloadportage-4caf1097eed22a427246bb4b58cc8809e554f3e8.tar.xz
profiles/server: Refresh NGINX_MODULES_HTTP expand
Diffstat (limited to 'profiles/server')
-rw-r--r--profiles/server/make.defaults14
1 files changed, 10 insertions, 4 deletions
diff --git a/profiles/server/make.defaults b/profiles/server/make.defaults
index b8b92af6..4e3a1edf 100644
--- a/profiles/server/make.defaults
+++ b/profiles/server/make.defaults
@@ -667,7 +667,9 @@ APACHE2_MPMS="prefork"
USE="${USE}
-nginx_modules_http_access
-nginx_modules_http_addition
+ -nginx_modules_http_ajp
-nginx_modules_http_auth_basic
+ -nginx_modules_http_auth_ldap
-nginx_modules_http_auth_pam
-nginx_modules_http_auth_request
-nginx_modules_http_autoindex
@@ -692,17 +694,16 @@ USE="${USE}
-nginx_modules_http_limit_conn
-nginx_modules_http_limit_conn
-nginx_modules_http_limit_req
- -nginx_modules_http_limit_zone
-nginx_modules_http_lua
-nginx_modules_http_map
+ -nginx_modules_http_memc
-nginx_modules_http_memcached
-nginx_modules_http_metrics
+ -nginx_modules_http_mogilefs
-nginx_modules_http_mp4
-nginx_modules_http_naxsi
- -nginx_modules_http_passenger
-nginx_modules_http_perl
-nginx_modules_http_proxy
- -nginx_modules_http_push
-nginx_modules_http_push_stream
-nginx_modules_http_random_index
-nginx_modules_http_realip
@@ -711,16 +712,21 @@ USE="${USE}
-nginx_modules_http_scgi
-nginx_modules_http_secure_link
-nginx_modules_http_security
+ -nginx_modules_http_slice
-nginx_modules_http_slowfs_cache
-nginx_modules_http_spdy
-nginx_modules_http_split_clients
-nginx_modules_http_ssi
+ -nginx_modules_http_sticky
-nginx_modules_http_stub_status
-nginx_modules_http_sub
- -nginx_modules_http_upload
-nginx_modules_http_upload_progress
-nginx_modules_http_upstream_check
+ -nginx_modules_http_upstream_hash
-nginx_modules_http_upstream_ip_hash
+ -nginx_modules_http_upstream_keepalive
+ -nginx_modules_http_upstream_least_conn
+ -nginx_modules_http_upstream_zone
-nginx_modules_http_userid
-nginx_modules_http_uwsgi
-nginx_modules_http_xslt"