A tiny static site with Caddy
Caddy gets a certificate on first request and renews it in the background.
example.com {
root * /var/www/site
file_server
}No build step, no framework, just HTML in a directory.
Caddy gets a certificate on first request and renews it in the background.
example.com {
root * /var/www/site
file_server
}No build step, no framework, just HTML in a directory.