Builds & Features
A Fluxheim feature setekkel fordul. Válaszd a legkisebb buildet, amely tartalmazza, amire a deploymentednek szüksége van.
Gyakori buildek
| Build | Erre használd |
|---|---|
| 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 | Célzott upstream balancing és health checkek. |
| php | Static web plus PHP-FPM applicationök, például WordPress. |
Profil példák
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
Feature családok
| Család | Mit ad hozzá |
|---|---|
web | Static file serving és local web route-ok. |
proxy | Reverse proxy routes and upstream handling. |
cache | Shared cache policy, memory and disk tiers, purge, and cache tooling. |
php-fpm | FastCGI híd és opcionális managed PHP-FPM supervision. |
metrics | Prometheus metrikák and optional OTLP metrics export. |
Ami nem mehet együtt
- Pontosan egy TLS backendet válassz.
- Privacy builds do not include cache, metrics, tracing, or OTLP export.
- A focused edge image-ek szándékosan kihagyják a feladatukon kívüli modulokat.
- Futtatás the feature validator before packaging custom feature strings.