thedocks/caddy/Caddyfile

7 lines
85 B
Text
Raw Normal View History

2021-12-24 22:48:02 +00:00
localhost {
respond "Hello, world!"
}
localhost:2016 {
respond "Goodbye, world!"
2021-12-24 22:19:10 +00:00
}