petersweb-infra/nixos/Caddyfile

13 lines
238 B
Text
Raw Normal View History

2024-12-24 03:33:12 -09:00
{
https_port 9482
2024-12-24 03:43:31 -09:00
debug
2024-12-24 03:33:12 -09:00
}
2024-12-24 03:22:30 -09:00
webdav.philippeterson.com:9482 {
tls /var/lib/acme/webdav.philippeterson.com/cert.pem /var/lib/acme/webdav.philippeterson.com/key.pem {
2024-12-24 03:43:31 -09:00
protocols tls1.2 tls1.3
2024-12-24 03:22:30 -09:00
}
2024-12-24 03:36:43 -09:00
respond "Hello, world!"
2024-12-24 03:02:47 -09:00
}