summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"