Builds & Eiginleikis
Fluxheim er þýtt með feature-settum. Veldu minnsta buildið sem inniheldur það sem uppsetningin þarf.
Algeng build
| Build | Notaðu það fyrir |
|---|---|
| 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 | Markvissa upstream-kuðmungajöfnun og health checks. |
| php | Static 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ölskylda | Hverju það bætir við |
|---|---|
web | Static file serving og local web routes. |
proxy | Reverse proxy routes and upstream handling. |
cache | Shared cache policy, memory and disk tiers, purge, and cache tooling. |
php-fpm | FastCGI-brú og valfrjáls stýring á managed PHP-FPM. |
metrics | Prometheus-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.