Builds & Ominaisuuss
Fluxheim käännetään feature set -kokonaisuuksilla. Valitse pienin build, jossa on käyttöönoton tarvitsemat osat.
Yleiset buildit
| Build | Käytä sitä tähän |
|---|---|
| full | General production server with web, proxy, cache, TLS, ACME, PHP-FPM, metrics, and tracing. |
| proxy | Reverse proxy without local static hosting or cache. |
| cache | Cache edge in front of another origin. |
| load-balancer | Kohdennettu upstream balancing ja health checkit. |
| php | Staattinen web plus PHP-FPM-sovellukset kuten WordPress. |
Profiiliesimerkit
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
Ominaisuus-perheet
| Perhe | Mitä se lisää |
|---|---|
web | Staattisten tiedostojen tarjoilu ja paikalliset web-routet. |
proxy | Reverse proxy routes and upstream handling. |
cache | Shared cache policy, memory and disk tiers, purge, and cache tooling. |
php-fpm | FastCGI bridge ja valinnainen hallittu PHP-FPM-supervisio. |
metrics | Prometheus-mittarit and optional OTLP metrics export. |
Asiat, joita ei voi yhdistää
- Valitse täsmälleen yksi TLS-backend.
- Privacy builds do not include cache, metrics, tracing, or OTLP-export.
- Kohdennetut edge-imaget jättävät tarkoituksella pois moduulit, jotka eivät kuulu niiden tehtävään.
- Aja the feature validator before packaging custom feature strings.