# Claude Learn: Deployment **Domain**: deployment **Last updated**: 2026-01-06 **Sessions recorded**: 1 Knowledge about IIS, Docker, deployment scripts, and infrastructure. --- ## Patterns ### IIS URL Rewrite Rules for SPA with Multiple API Backends **Discovered**: 2025-12-22 (feature: unified-app) **Description**: Configure IIS web.config to proxy different API paths to different backend ports while serving SPA for all other routes. Enables single IIS site to route to multiple microservices. **Example** (`public/web.config:5-28`): ```xml ``` **Tags**: iis, deployment, spa, microservices, proxy --- ## Gotchas _(None recorded yet)_ --- ## Statistics - **Total Patterns**: 1 - **Total Gotchas**: 0 - **Last Session**: 2026-01-06 - **Sessions Recorded**: 1