Fluxheim/Dokumentācija/Builds & Funkcijas

Builds & Funkcijas

Fluxheim tiek kompilēts ar feature setiem. Izvēlies mazāko buildu, kas satur tavam deploymentam vajadzīgo.

Biežākie buildi

BuildIzmanto tam
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-balancerFokusētai upstream balancing un health checkiem.
phpStatic web plus PHP-FPM lietotnēm, piemēram, WordPress.

Profilu piemēri

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

Funkcija saimes

SaimeKo tas pievieno
webStatic file serving un lokāli web route.
proxyReverse proxy routes and upstream handling.
cacheShared cache policy, memory and disk tiers, purge, and cache tooling.
php-fpmFastCGI bridge un papildu pārvaldīta PHP-FPM supervision.
metricsPrometheus metrics dati dati and optional OTLP metrics export.

Lietas, kas nevar iet kopā

  • Izvēlies tieši vienu TLS backend.
  • Privacy builds do not include cache, metrics, tracing, or OTLP exportss.
  • Fokusētie edge image'i apzināti izlaiž moduļus ārpus sava uzdevuma.
  • Palaist the feature validator before packaging custom feature strings.
Latviešu