thedocks/caddy/Caddyfile

7 lines
91 B
Caddyfile

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