Fluxheim/Skjölun/Builds & Eiginleikis

Builds & Eiginleikis

Fluxheim er þýtt með feature-settum. Veldu minnsta buildið sem inniheldur það sem uppsetningin þarf.

Algeng build

BuildNotaðu það fyrir
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-balancerMarkvissa upstream-kuðmungajöfnun og health checks.
phpStatic web auk PHP-FPM forrita eins og WordPress.

Dæmi um profíl

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

Eiginleiki-fjölskyldur

FjölskyldaHverju það bætir við
webStatic file serving og local web routes.
proxyReverse proxy routes and upstream handling.
cacheShared cache policy, memory and disk tiers, purge, and cache tooling.
php-fpmFastCGI-brú og valfrjáls stýring á managed PHP-FPM.
metricsPrometheus-mælingar and optional OTLP metrics export.

Hlutir sem geta ekki farið saman

  • Veldu nákvæmlega eitt TLS-backend.
  • Privacy builds do not include cache, metrics, tracing, or OTLP-export.
  • Markviss edge-image sleppa viljandi moduleum utan síns hlutverks.
  • Keyra the feature validator before packaging custom feature strings.
Íslenska