OpenResty Static Site Edge
This project focuses on a small, maintainable static-site delivery stack: Astro builds the site, OpenResty serves the generated files, and the edge/CDN handles public TLS.
The important part is operational clarity. Redirects are explicit, static assets are served directly, and every deployment can be validated with local container checks plus public smoke tests.
Highlights
- Static Astro build served behind OpenResty.
- Canonical HTTPS redirects that do not depend on the upstream
$scheme. - Local and public smoke tests for homepage and content routes.
- Minimal moving parts for easy replication across future sites.