System Schematic v2.1.0
๐ŸŒ
Nginx 1.26 SSL / Reverse Proxy
๐Ÿ˜
PHP 8.4-FPM Main Runtime
๐Ÿงช
PHP 8.5-FPM Nightly/Exp
๐Ÿ›ค๏ธ
Custom Router Unified Entry
โšก
Redis 7.2 Cache / Sessions
๐Ÿ—„๏ธ
MariaDB 11 Artifact Data

01. Request Flow

Incoming traffic is terminated at Nginx via TLS 1.3. Requests are then dispatched to the custom PHP router which resolves the internal view state.

02. State Isolation

Sessions are handled in-memory via Redis. This allows for high-concurrency and ensures that experimental PHP-FPM pools don't clash with stable production data.

03. Security Perimeter

Fail2Ban monitors Nginx logs for malicious patterns. Private artifacts are gated behind a session-based vault with SHA-256 password hashing.