thedocks/caddy/Caddyfile
2021-12-24 22:56:09 +00:00

7 lines
68 B
Caddyfile

localhost {
respond "Hello, world!"
}
n2-plus.local {
root site
}