13 regels
192 B
Caddyfile
13 regels
192 B
Caddyfile
:443 {
|
|
tls fullchain.pem privkey.pem
|
|
tls {
|
|
protocols tls1.0 tls1.3
|
|
curves X25519 P256 "SIDH/503-X25519"
|
|
}
|
|
log stdout
|
|
markdown / {
|
|
ext .html
|
|
template index.html
|
|
}
|
|
}
|