thedocks/caddy/Caddyfile

7 lines
84 B
Caddyfile
Raw Normal View History

2021-12-24 22:48:02 +00:00
localhost {
respond "Hello, world!"
}
2021-12-24 22:49:03 +00:00
n2-plus.local {
2021-12-24 22:48:02 +00:00
respond "Goodbye, world!"
2021-12-24 22:19:10 +00:00
}