11 lines
89 B
Caddyfile
11 lines
89 B
Caddyfile
localhost {
|
|
respond "Hello, world!"
|
|
}
|
|
|
|
localhost:2016 {
|
|
respond "Goodbye, world!"
|
|
}
|
|
|
|
|
|
|