7 lines
111 B
Caddyfile
7 lines
111 B
Caddyfile
localhost {
|
|
log {
|
|
output net 127.0.0.1:7500
|
|
format json
|
|
}
|
|
respond "Hello there!"
|
|
}
|