19 lines
2.2 KiB
Text
19 lines
2.2 KiB
Text
# Отключим всё лишнее, оставим только нужные флаги
|
|
www-servers/nginx -aio -debug -http2 -http3 -ktls -libatomic -mail -pcre2 -pcre-jit -rtmp -ssl -stream -threads -vim-syntax -selinux -test -modules http http-cache
|
|
|
|
# lua — отключаем luajit
|
|
www-servers/nginx lua_single_target_luajit -lua_single_target_luajit
|
|
|
|
# nginx_modules_http — только минимальные модули
|
|
www-servers/nginx nginx_modules_http_access nginx_modules_http_auth_basic nginx_modules_http_autoindex nginx_modules_http_browser nginx_modules_http_charset nginx_modules_http_empty_gif -nginx_modules_http_fastcgi -nginx_modules_http_geo -nginx_modules_http_grpc -nginx_modules_http_gzip -nginx_modules_http_limit_conn -nginx_modules_http_limit_req -nginx_modules_http_map -nginx_modules_http_memcached -nginx_modules_http_mirror -nginx_modules_http_proxy -nginx_modules_http_referer -nginx_modules_http_rewrite -nginx_modules_http_scgi -nginx_modules_http_split_clients -nginx_modules_http_ssi -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_mail — всё отключаем
|
|
www-servers/nginx -nginx_modules_mail_imap -nginx_modules_mail_pop3 -nginx_modules_mail_smtp -nginx_modules_mail_ssl
|
|
|
|
# nginx_modules_stream — всё отключаем
|
|
www-servers/nginx -nginx_modules_stream_access -nginx_modules_stream_geo -nginx_modules_stream_geoip -nginx_modules_stream_geoip2 -nginx_modules_stream_javascript -nginx_modules_stream_limit_conn -nginx_modules_stream_map -nginx_modules_stream_pass -nginx_modules_stream_realip -nginx_modules_stream_return -nginx_modules_stream_set -nginx_modules_stream_split_clients -nginx_modules_stream_ssl -nginx_modules_stream_ssl_preread -nginx_modules_stream_upstream_hash -nginx_modules_stream_upstream_least_conn -nginx_modules_stream_upstream_random -nginx_modules_stream_upstream_zone
|
|
|
|
# required by sys-kernel/gentoo-kernel-6.12.34::gentoo[initramfs]
|
|
# required by virtual/dist-kernel-6.12.34::gentoo
|
|
>=sys-kernel/installkernel-50 dracut
|