This document summarizes a presentation about building a reverse proxy for modern immutable infrastructure using Sozu. Sozu is an open source, hot-reconfigurable reverse proxy written in Rust that allows changing configurations at runtime without packet loss or downtime. It uses a process-based architecture with zero-copy buffering for predictable high performance. Sozu supports multiple ways to manage configurations including via CLI, files, or integrating with configuration systems like Traefik.