1 Commits

Author SHA1 Message Date
cproudlock
db8703f6d5 Docs: Add comprehensive IIS reverse proxy deployment guide
Created complete step-by-step guide for deploying Flask behind IIS.

Covers:
- IIS module installation (URL Rewrite, ARR)
- ARR proxy configuration
- Flask service setup with NSSM
- IIS site configuration
- End-to-end testing
- Troubleshooting common issues
- Maintenance commands
- Security considerations
- Performance tuning options
- Backup and recovery

Deployment architecture:
  Browser → IIS (HTTPS :443) → Reverse Proxy → Flask (HTTP :3001) → MySQL

This is the complete production deployment guide for Windows Server
environments where IIS must handle SSL/HTTPS public access.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-24 14:31:00 -04:00