graph LR
A[💻 Client] -->|HTTP/HTTPS| B["🖧 Nginx"]
B -->|Reverse Proxy| C[🖥️ WAS]
C -->|Cache| D["⚡ Redis"]
C -->|Persist Data| E["🐬 MySQL"]
D --> |Batch| E
style A fill:#FFD700,stroke:#FFA500,stroke-width:2px,color:#000
style B fill:#87CEFA,stroke:#4169E1,stroke-width:2px,color:#000
style C fill:#98FB98,stroke:#228B22,stroke-width:2px,color:#000
style D fill:#FF69B4,stroke:#C71585,stroke-width:2px,color:#000
style E fill:#DDA0DD,stroke:#8B008B,stroke-width:2px,color:#000
classDef iconNode font-weight:bold
class B,D iconNode