A tiny static site with Caddy
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.
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.