Fluxheim/Документация/Builds & Функцияs

Builds & Функцияs

Fluxheim се компилира с feature set-ове. Избери най-малкия build, който съдържа нужното за deployment.

Обичайни build-и

BuildИзползвай за
fullGeneral production server with web, proxy, cache, TLS, ACME, PHP-FPM, metrics, and tracing.
proxyReverse proxy without local static hosting or cache.
cacheCache edge in front of another origin.
load-balancerФокусирано upstream balancing и health check.
phpСтатичен web плюс PHP-FPM приложения като WordPress.

Примери за профили

cargo build --release --no-default-features --features profile-full,acme-client,metrics,metrics-otlp,otel-tracing,otel-otlp
cargo build --release --no-default-features --features profile-cache-edge,acme-client
cargo build --release --no-default-features --features profile-proxy-edge,acme-client
cargo build --release --no-default-features --features profile-web-server,php-fpm,acme-client
cargo build --release --no-default-features --features profile-load-balancer-edge,acme-client

Функция семейства

СемействоКакво добавя
webStatic file serving и локални web route-ове.
proxyReverse proxy routes and upstream handling.
cacheShared cache policy, memory and disk tiers, purge, and cache tooling.
php-fpmFastCGI bridge и опционално managed PHP-FPM supervision.
metricsPrometheus метрики and optional OTLP metrics export.

Неща, които не могат да са заедно

  • Избери точно един TLS backend.
  • Privacy builds do not include cache, metrics, tracing, or OTLP export на данни на данни.
  • Фокусираните edge image-и умишлено пропускат модули извън задачата си.
  • Стартирай the feature validator before packaging custom feature strings.
Български