12 lines
169 B
Caddyfile
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
|
|
}
|