Files
calendar/Caddyfile
Connor Johnstone 5456d7140c
Some checks failed
Build and Push Docker Image / docker (push) Failing after 21s
Manual updates to fix some deployment steps
2025-09-02 16:03:11 -04:00

12 lines
169 B
Caddyfile

{
default_sni rcjohnstone.com
key_type rsa4096
email c@rcjohnstone.com
}
:80, :443 {
try_files {path} /index.html
root * /srv/www
file_server
}