blob: bf48de59618f9420f16e40574daacdc6431ff0fb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
|
FEATURES="noinfo noman nodoc"
INPUT_DEVICES="void"
VIDEO_CARDS="dummy"
# Interpreted languages
USE="-introspection -lua"
# Graphic
USE="${USE} -gtk -gtk3 -qt -qt5 -xv"
# Sound
USE="${USE} -gstreamer"
# Network
USE="${USE} -snmp -zeroconf -iptables"
# Security
USE="${USE} seccomp"
# Performance
USE="${USE} aio"
# Misc
USE="${USE} -doc -examples -mime -usb -sound"
# 18/12/2013 - beber
# Setting NGINX_MODULES_HTTP is non functional, need to expand manually
# First disable all of them, set enable needed one
# W=nginx_modules_http ; sed -rne "s/^([a-zA-Z]([^ ]+)) .*/\t-${W}_\1/p" /usr/portage/profiles/desc/$W.desc | sort
USE="${USE}
-nginx_modules_http_access
-nginx_modules_http_addition
-nginx_modules_http_auth_basic
-nginx_modules_http_auth_ldap
-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
-nginx_modules_http_dav
-nginx_modules_http_dav_ext
-nginx_modules_http_degradation
-nginx_modules_http_echo
-nginx_modules_http_empty_gif
-nginx_modules_http_fancyindex
-nginx_modules_http_fastcgi
-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
-nginx_modules_http_lua
-nginx_modules_http_map
-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
-nginx_modules_http_perl
-nginx_modules_http_proxy
-nginx_modules_http_push_stream
-nginx_modules_http_random_index
-nginx_modules_http_realip
-nginx_modules_http_referer
-nginx_modules_http_rewrite
-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_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_vhost_traffic_status
-nginx_modules_http_xslt"
USE="${USE}
nginx_modules_http_access
nginx_modules_http_auth_basic
nginx_modules_http_autoindex
nginx_modules_http_charset
nginx_modules_http_fancyindex
nginx_modules_http_fastcgi
nginx_modules_http_map
nginx_modules_http_rewrite
nginx_modules_http_realip
nginx_modules_http_stub_status"
|