thedocks/caddy/Caddyfile

7 lines
91 B
Caddyfile
Raw Normal View History

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