danau.
← all posts

A tiny static site with Caddy

May 28, 2026

Caddy gets a certificate on first request and renews it.

example.com {
    root * /var/www/site
    file_server
}

No build step, just HTML in a directory.