thedocks/caddy/Caddyfile
2021-12-24 22:48:02 +00:00

7 lines
85 B
Caddyfile

localhost {
respond "Hello, world!"
}
localhost:2016 {
respond "Goodbye, world!"
}