diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2018-08-09 01:01:13 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2018-08-09 01:01:13 +0100 |
commit | a993d4eec73e567cec757ab5de96bec6603859bd (patch) | |
tree | 138695dee7c55de40101f12fc60f0d2f70a945cc /profiles | |
parent | profiles/server: Add keyword for net-misc/lldpd-1.0.1-r1 (diff) | |
download | portage-a993d4eec73e567cec757ab5de96bec6603859bd.tar.xz |
profiles/server: Refresh NGINX_MODULES
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/server/make.defaults | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/server/make.defaults b/profiles/server/make.defaults index a091024a..9f75bf27 100644 --- a/profiles/server/make.defaults +++ b/profiles/server/make.defaults @@ -688,6 +688,7 @@ USE="${USE} -nginx_modules_http_auth_pam -nginx_modules_http_auth_request -nginx_modules_http_autoindex + -nginx_modules_http_brotli -nginx_modules_http_browser -nginx_modules_http_cache_purge -nginx_modules_http_charset @@ -701,11 +702,14 @@ USE="${USE} -nginx_modules_http_flv -nginx_modules_http_geo -nginx_modules_http_geoip + -nginx_modules_http_geoip2 + -nginx_modules_http_grpc -nginx_modules_http_gunzip -nginx_modules_http_gzip -nginx_modules_http_gzip_static -nginx_modules_http_headers_more -nginx_modules_http_image_filter + -nginx_modules_http_javascript -nginx_modules_http_limit_conn -nginx_modules_http_limit_conn -nginx_modules_http_limit_req @@ -714,6 +718,7 @@ USE="${USE} -nginx_modules_http_memc -nginx_modules_http_memcached -nginx_modules_http_metrics + -nginx_modules_http_mirror -nginx_modules_http_mogilefs -nginx_modules_http_mp4 -nginx_modules_http_naxsi @@ -744,6 +749,7 @@ USE="${USE} -nginx_modules_http_upstream_zone -nginx_modules_http_userid -nginx_modules_http_uwsgi + -nginx_modules_http_vhost_traffic_status -nginx_modules_http_xslt" USE="${USE} nginx_modules_http_access |